Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_mbox.c202 msg->pcifunc = ((u16)cptpf->pf_id << RVU_PFVF_PF_SHIFT) | in otx2_cptpf_vfpf_mbox_handler()
260 cptpf->pf_id = (msg->pcifunc >> RVU_PFVF_PF_SHIFT) & in process_afpf_mbox_msg()
A Dotx2_cpt_common.h22 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
A Dotx2_cptpf_ucode.c176 cptpf->pf_id << RVU_PFVF_PF_SHIFT, blkaddr); in cptx_set_ucode_base()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc_hash.h137 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
A Drvu.h41 #define RVU_PFVF_PF_SHIFT 10 macro
742 !is_sdp_pf(pf << RVU_PFVF_PF_SHIFT); in is_pf_cgxmapped()
A Drvu.c405 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()
2156 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
2157 msg->pcifunc |= (devid << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
2638 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_flr_handler()
A Drvu_debugfs.c2713 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in rvu_dbg_npc_mcam_info_display()
2719 pcifunc = (pf << RVU_PFVF_PF_SHIFT) | (vf + 1); in rvu_dbg_npc_mcam_info_display()
2916 pf = (iter->owner >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
2934 pf = (target >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
A Drvu_cgx.c1025 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_cgx_nix_cuml_stats()
A Drvu_nix.c2849 pcifunc >> RVU_PFVF_PF_SHIFT); in nix_update_mce_list()
2999 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in nix_setup_mce_tables()
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_common.h852 #define RVU_PFVF_PF_SHIFT 10 macro
864 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()

Completed in 40 milliseconds