Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h33 #define RVU_PFVF_PF_SHIFT 10 macro
H A Drvu.c352 return (pcifunc >> RVU_PFVF_PF_SHIFT) & RVU_PFVF_PF_MASK; in rvu_get_pf()
1616 ~(RVU_PFVF_PF_MASK << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
1617 msg->pcifunc |= (devid << RVU_PFVF_PF_SHIFT); in __rvu_mbox_handler()
2018 pcifunc = pf << RVU_PFVF_PF_SHIFT; in rvu_flr_handler()
H A Drvu_cgx.c687 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.c2059 pcifunc >> RVU_PFVF_PF_SHIFT); in nix_update_bcast_mce_list()
2122 pcifunc = (pf << RVU_PFVF_PF_SHIFT); in nix_setup_bcast_tables()