Home
last modified time | relevance | path

Searched refs:RVU_PFVF_PF_MASK (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/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; in process_afpf_mbox_msg()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.h143 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
H A Drvu_cn10k.c86 pf = rvu_get_pf(pcifunc) & RVU_PFVF_PF_MASK; in rvu_get_lmtaddr()
H A Drvu.h47 #define RVU_PFVF_PF_MASK 0x3F macro
H A Drvu.c405 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()
2228 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
H A Drvu_debugfs.c3329 pf = (iter->owner >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
3347 pf = (target >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h904 #define RVU_PFVF_PF_MASK 0x3F macro
915 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()