Symbol: RVU_PFVF_FUNC_MASK
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
158
req->pcifunc &= RVU_PFVF_FUNC_MASK;
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
159
req->pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK;
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
580
RVU_PFVF_FUNC_MASK;
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
95
& RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c
193
if (pcifunc & RVU_PFVF_FUNC_MASK)
drivers/net/ethernet/marvell/octeontx2/af/mcs_rvu_if.c
97
if (pcifunc & RVU_PFVF_FUNC_MASK)
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
1490
pf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2052
vf = pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2097
if ((pcifunc & RVU_PFVF_FUNC_MASK) || is_lbk_vf(rvu, pcifunc))
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2100
target = (pcifunc & ~RVU_PFVF_FUNC_MASK) | (req->vf + 1);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2298
~(RVU_PFVF_FUNC_MASK << RVU_PFVF_FUNC_SHIFT);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2309
if (msg->pcifunc & RVU_PFVF_FUNC_MASK)
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2313
(msg->pcifunc & RVU_PFVF_FUNC_MASK) - 1);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
292
if (pcifunc & RVU_PFVF_FUNC_MASK) {
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
357
if (pcifunc & RVU_PFVF_FUNC_MASK) {
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
421
func = pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
432
if (pcifunc & RVU_PFVF_FUNC_MASK)
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
447
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
451
vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
59
((func & RVU_PFVF_FUNC_MASK) <<
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
64
((func & RVU_PFVF_FUNC_MASK) <<
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
879
return (!(pcifunc & ~RVU_PFVF_FUNC_MASK) &&
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
885
return !!(pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
975
return ((pcifunc & RVU_PFVF_FUNC_MASK) &&
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
1031
pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
1112
if (!((block->fn_map[lf] & ~RVU_PFVF_FUNC_MASK) == (pcifunc &
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
1113
~RVU_PFVF_FUNC_MASK)))
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
1156
err = rvu_cgx_config_rxtx(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK,
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
1305
pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_cgx.c
459
if ((pcifunc & RVU_PFVF_FUNC_MASK) ||
drivers/net/ethernet/marvell/octeontx2/af/rvu_cn10k.c
70
(pcifunc & RVU_PFVF_FUNC_MASK)) * LMT_MAPTBL_ENTRY_SIZE;
drivers/net/ethernet/marvell/octeontx2/af/rvu_cn10k.c
88
((pcifunc & RVU_PFVF_FUNC_MASK) & 0xFF);
drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c
415
if (pcifunc & RVU_PFVF_FUNC_MASK)
drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c
427
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_cpt.c
734
} else if (!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
2721
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
2727
(pcifunc & RVU_PFVF_FUNC_MASK) - 1);
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3178
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3184
(pcifunc & RVU_PFVF_FUNC_MASK) - 1);
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3526
if (iter->owner & RVU_PFVF_FUNC_MASK) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3527
vf = (iter->owner & RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3544
if (target & RVU_PFVF_FUNC_MASK) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3545
vf = (target & RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1809
pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2122
schq = start + (pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2177
idx = pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2393
if ((TXSCH_MAP_FUNC(txsch->pfvf_map[tl2]) & ~RVU_PFVF_FUNC_MASK) !=
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2395
~RVU_PFVF_FUNC_MASK)))
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2570
if (!(pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
2888
pcifunc & RVU_PFVF_FUNC_MASK) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3202
pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3464
idx = mce_idx + (pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3523
pcifunc & ~RVU_PFVF_FUNC_MASK))) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3530
pfvf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
3578
pcifunc & ~RVU_PFVF_FUNC_MASK,
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
369
vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
419
from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
429
vf = (pcifunc & RVU_PFVF_FUNC_MASK) - 1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
4443
bool from_vf = req->hdr.pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
5645
bool from_vf = !!(pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1089
index = npc_get_nixlf_mcam_index(mcam, pcifunc & ~RVU_PFVF_FUNC_MASK,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1099
pfvf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1134
if ((pcifunc & RVU_PFVF_FUNC_MASK) && !rvu->hw->cap.nix_rx_multicast)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
156
if (pf && !(pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
2522
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
2566
if (!(pcifunc & RVU_PFVF_FUNC_MASK) &&
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
2570
if (!(pcifunc & RVU_PFVF_FUNC_MASK) &&
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
3513
if (!(pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
401
(owner & RVU_PFVF_FUNC_MASK) ||
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
402
!(target_func & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
682
pcifunc & ~RVU_PFVF_FUNC_MASK,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
706
pfvf = rvu_get_pfvf(rvu, pcifunc & ~RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
756
pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
788
pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
848
vf_func = pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
849
pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
924
pcifunc = pcifunc & ~RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
938
if (!(pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1400
bool from_vf = !!(req->hdr.pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1460
target = (req->hdr.pcifunc & ~RVU_PFVF_FUNC_MASK) | req->vf;
drivers/net/ethernet/marvell/octeontx2/af/rvu_rep.c
463
((vf + 1) & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
40
!(pcifunc & RVU_PFVF_FUNC_MASK));
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
46
if (!(pcifunc & ~RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/af/rvu_sdp.c
50
!!(pcifunc & RVU_PFVF_FUNC_MASK));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
942
return !!(pcifunc & RVU_PFVF_FUNC_MASK);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1027
devid = msg->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
131
req->hdr.pcifunc &= RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
132
req->hdr.pcifunc |= (vf + 1) & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
2109
if (pf->linfo.link_up && !(pf->pcifunc & RVU_PFVF_FUNC_MASK))
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
481
msg->pcifunc &= ~RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
482
msg->pcifunc |= (vf_idx + 1) & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
793
devid = msg->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
476
req->vf = priv->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
479
req->vf = rdev->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
260
RVU_PFVF_FUNC_MASK) - 1));
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
723
n = (vf->pcifunc >> RVU_PFVF_FUNC_SHIFT) & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
732
n = vf->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/rep.c
245
if (!(rep->pcifunc & RVU_PFVF_FUNC_MASK)) {
drivers/net/ethernet/marvell/octeontx2/nic/rep.c
251
attrs.pci_vf.vf = rep->pcifunc & RVU_PFVF_FUNC_MASK;
drivers/net/ethernet/marvell/octeontx2/nic/rep.c
687
(pcifunc & RVU_PFVF_FUNC_MASK));