Searched refs:RVU_PFVF_PF_MASK (Results 1 - 7 of 7) 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.c478 RVU_PFVF_PF_MASK;
/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.h45 #define RVU_PFVF_PF_MASK 0x3F macro
H A Drvu.c405 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
2161 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT);
H A Drvu_debugfs.c3011 pf = (iter->owner >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
3029 pf = (target >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h879 #define RVU_PFVF_PF_MASK 0x3F macro
890 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK;

Completed in 406 milliseconds