Home
last modified time | relevance | path

Searched refs:sc2pf_map (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.c318 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()
H A Dmcs.h111 u16 *sc2pf_map; member
H A Dmcs_rvu_if.c663 rc = mcs_free_rsrc(&map->sc, map->sc2pf_map, req->rsrc_id, pcifunc); in rvu_mbox_handler_mcs_free_resources()
729 rsrc_id = mcs_alloc_rsrc(&map->sc, map->sc2pf_map, pcifunc); in rvu_mbox_handler_mcs_alloc_resources()