Home
last modified time | relevance | path

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

/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