Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_common.h22 ((((pf) & RVU_PFVF_PF_MASK) << RVU_PFVF_PF_SHIFT) | \
H A Dotx2_cptpf_mbox.c353 msg->pcifunc = ((u16)cptpf->pf_id << RVU_PFVF_PF_SHIFT) | in otx2_cptpf_vfpf_mbox_handler()
428 cptpf->pf_id = (msg->pcifunc >> RVU_PFVF_PF_SHIFT) & in process_afpf_mbox_msg()
H A Dotx2_cptpf_ucode.c176 cptpf->pf_id << RVU_PFVF_PF_SHIFT, blkaddr); in cptx_set_ucode_base()
/kernel/linux/linux-6.6/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
785 !is_sdp_pf(pf << RVU_PFVF_PF_SHIFT); in is_pf_cgxmapped()
H 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()
2692 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_flr_handler()
H A Drvu_debugfs.c2719 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in rvu_dbg_npc_mcam_info_display()
2725 pcifunc = (pf << RVU_PFVF_PF_SHIFT) | (vf + 1); in rvu_dbg_npc_mcam_info_display()
2931 pf = (iter->owner >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
2949 pf = (target >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_dbg_npc_mcam_show_rules()
H A Drvu_cgx.c1054 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_cgx_nix_cuml_stats()
H A Drvu_nix.c3050 pcifunc >> RVU_PFVF_PF_SHIFT); in nix_update_mce_list()
3200 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in nix_setup_mce_tables()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h546 #define RVU_PFVF_PF_SHIFT 10 macro
553 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h34 #define RVU_PFVF_PF_SHIFT 10 macro
H A Drvu.c357 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()
1700 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
1701 msg->pcifunc |= (devid << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
2102 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_flr_handler()
H A Drvu_cgx.c702 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_cgx_nix_cuml_stats()
H A Drvu_debugfs.c1701 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in rvu_dbg_npc_mcam_info_display()
1707 pcifunc = (pf << RVU_PFVF_PF_SHIFT) | (vf + 1); in rvu_dbg_npc_mcam_info_display()
H A Drvu_nix.c2071 pcifunc >> RVU_PFVF_PF_SHIFT); in nix_update_bcast_mce_list()
2134 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in nix_setup_bcast_tables()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h876 #define RVU_PFVF_PF_SHIFT 10 macro
888 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()

Completed in 41 milliseconds