Searched refs:sc2pf_map (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs.c | 318 if (map->sc2pf_map[id] != pcifunc) in mcs_clear_all_stats() 742 if (map->sc2pf_map[id] != pcifunc) in mcs_free_all_rsrc() 744 mcs_free_rsrc(&map->sc, map->sc2pf_map, id, pcifunc); in mcs_free_all_rsrc() 792 id = mcs_alloc_rsrc(&map->sc, map->sc2pf_map, pcifunc); in mcs_alloc_all_rsrc() 1093 res->sc2pf_map = alloc_mem(mcs, hw->sc_entries); in mcs_alloc_struct_mem() 1094 if (!res->sc2pf_map) in mcs_alloc_struct_mem()
|
D | mcs.h | 111 u16 *sc2pf_map; member
|
D | mcs_rvu_if.c | 658 rc = mcs_free_rsrc(&map->sc, map->sc2pf_map, req->rsrc_id, pcifunc); in rvu_mbox_handler_mcs_free_resources() 724 rsrc_id = mcs_alloc_rsrc(&map->sc, map->sc2pf_map, pcifunc); in rvu_mbox_handler_mcs_alloc_resources()
|