Searched refs:sc2pf_map (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs.c | 318 if (map->sc2pf_map[id] != pcifunc) in mcs_clear_all_stats() 732 if (map->sc2pf_map[id] != pcifunc) in mcs_free_all_rsrc() 734 mcs_free_rsrc(&map->sc, map->sc2pf_map, id, pcifunc); in mcs_free_all_rsrc() 782 id = mcs_alloc_rsrc(&map->sc, map->sc2pf_map, pcifunc); in mcs_alloc_all_rsrc() 1101 res->sc2pf_map = alloc_mem(mcs, hw->sc_entries); in mcs_alloc_struct_mem() 1102 if (!res->sc2pf_map) in mcs_alloc_struct_mem()
|
D | mcs.h | 120 u16 *sc2pf_map; member
|
D | mcs_rvu_if.c | 621 rc = mcs_free_rsrc(&map->sc, map->sc2pf_map, req->rsrc_id, pcifunc); in rvu_mbox_handler_mcs_free_resources() 687 rsrc_id = mcs_alloc_rsrc(&map->sc, map->sc2pf_map, pcifunc); in rvu_mbox_handler_mcs_alloc_resources()
|