Searched refs:is_pf_cgxmapped (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_cgx.c | 345 if ((pcifunc & RVU_PFVF_FUNC_MASK) || !is_pf_cgxmapped(rvu, pf)) in rvu_cgx_config_rxtx() 379 !is_pf_cgxmapped(rvu, pf)) in rvu_mbox_handler_cgx_stats() 450 !is_pf_cgxmapped(rvu, pf)) in rvu_mbox_handler_cgx_promisc_enable() 470 !is_pf_cgxmapped(rvu, pf)) in rvu_mbox_handler_cgx_promisc_disable() 487 if ((pcifunc & RVU_PFVF_FUNC_MASK) || !is_pf_cgxmapped(rvu, pf)) in rvu_cgx_config_linkevents() 525 if (!is_pf_cgxmapped(rvu, pf)) in rvu_mbox_handler_cgx_get_linkinfo() 543 if ((pcifunc & RVU_PFVF_FUNC_MASK) || !is_pf_cgxmapped(rvu, pf)) in rvu_cgx_config_intlbk()
|
D | rvu.h | 334 static inline bool is_pf_cgxmapped(struct rvu *rvu, u8 pf) in is_pf_cgxmapped() function
|
D | rvu_nix.c | 178 if (!is_pf_cgxmapped(rvu, pf) && type != NIX_INTF_TYPE_LBK) in nix_interface_init() 2421 if (is_pf_cgxmapped(rvu, pf)) { in rvu_mbox_handler_nix_set_hw_frs()
|