Searched refs:RVU_PFVF_PF_SHIFT (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h22 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
H A Dotx2_cptpf_mbox.c400 msg->pcifunc = ((u16)cptpf->pf_id << RVU_PFVF_PF_SHIFT) |
477 cptpf->pf_id = (msg->pcifunc >> RVU_PFVF_PF_SHIFT) &
H A Dotx2_cptpf_ucode.c178 cptpf->pf_id << RVU_PFVF_PF_SHIFT, blkaddr);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h143 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
H A Drvu.h44 #define RVU_PFVF_PF_SHIFT 10 macro
828 !is_sdp_pf(pf << RVU_PFVF_PF_SHIFT);
H A Drvu.c405 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
2161 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT);
2162 msg->pcifunc |= (devid << RVU_PFVF_PF_SHIFT);
2704 pcifunc = pf << RVU_PFVF_PF_SHIFT;
H A Drvu_debugfs.c2734 pcifunc = (pf << RVU_PFVF_PF_SHIFT);
2740 pcifunc = (pf << RVU_PFVF_PF_SHIFT) | (vf + 1);
3011 pf = (iter->owner >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
3029 pf = (target >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
H A Drvu_cgx.c1084 pcifunc = pf << RVU_PFVF_PF_SHIFT;
H A Drvu_nix.c3364 pcifunc >> RVU_PFVF_PF_SHIFT);
3525 pcifunc = (pf << RVU_PFVF_PF_SHIFT);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h878 #define RVU_PFVF_PF_SHIFT 10 macro
890 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;

Completed in 462 milliseconds