Searched refs:secy2pf_map (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs.c | 311 if (map->secy2pf_map[id] != pcifunc) in mcs_clear_all_stats() 733 if (map->secy2pf_map[id] != pcifunc) in mcs_free_all_rsrc() 735 mcs_free_rsrc(&map->secy, map->secy2pf_map, in mcs_free_all_rsrc() 787 id = mcs_alloc_rsrc(&map->secy, map->secy2pf_map, pcifunc); in mcs_alloc_all_rsrc() 1089 res->secy2pf_map = alloc_mem(mcs, hw->secy_entries); in mcs_alloc_struct_mem() 1090 if (!res->secy2pf_map) in mcs_alloc_struct_mem()
|
H A D | mcs.h | 110 u16 *secy2pf_map; member
|
H A D | mcs_rvu_if.c | 659 rc = mcs_free_rsrc(&map->secy, map->secy2pf_map, req->rsrc_id, pcifunc); in rvu_mbox_handler_mcs_free_resources() 720 rsrc_id = mcs_alloc_rsrc(&map->secy, map->secy2pf_map, pcifunc); in rvu_mbox_handler_mcs_alloc_resources()
|