Home
last modified time | relevance | path

Searched refs:cgx_mapped_pfs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_switch.c168 alloc_req.count = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_switch_enable()
H A Drvu.h549 u8 cgx_mapped_pfs; member
858 return (pf >= PF_CGXMAP_BASE && pf <= rvu->cgx_mapped_pfs) && in is_pf_cgxmapped()
H A Drvu_cgx.c157 rvu->cgx_mapped_pfs = 0; in rvu_map_cgx_lmac_pf()
172 rvu->cgx_mapped_pfs++; in rvu_map_cgx_lmac_pf()
H A Drvu_nix.c3530 for (pf = 1; pf < (rvu->cgx_mapped_pfs + 1); pf++) { in nix_setup_mce_tables()