Searched refs:sa2pf_map (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mcs_cnf10kb.c | 184 event.pcifunc = mcs->tx.sa2pf_map[event.sa_id]; in cnf10kb_mcs_tx_pn_thresh_reached_handler() 211 event.pcifunc = mcs->tx.sa2pf_map[event.sa_id]; in cnf10kb_mcs_tx_pn_wrapped_handler()
|
D | mcs.c | 325 if (map->sa2pf_map[id] != pcifunc) in mcs_clear_all_stats() 743 if (map->sa2pf_map[id] != pcifunc) in mcs_free_all_rsrc() 745 mcs_free_rsrc(&map->sa, map->sa2pf_map, id, pcifunc); in mcs_free_all_rsrc() 787 id = mcs_alloc_rsrc(&map->sa, map->sa2pf_map, pcifunc); in mcs_alloc_all_rsrc() 792 id = mcs_alloc_rsrc(&map->sa, map->sa2pf_map, pcifunc); in mcs_alloc_all_rsrc() 822 event.pcifunc = mcs->tx.sa2pf_map[event.sa_id]; in cn10kb_mcs_tx_pn_wrapped_handler() 861 event.pcifunc = mcs->tx.sa2pf_map[event.sa_id]; in cn10kb_mcs_tx_pn_thresh_reached_handler() 885 event.pcifunc = mcs->rx.sa2pf_map[event.sa_id]; in mcs_rx_pn_thresh_reached_handler() 1105 res->sa2pf_map = alloc_mem(mcs, hw->sa_entries); in mcs_alloc_struct_mem() 1106 if (!res->sa2pf_map) in mcs_alloc_struct_mem()
|
D | mcs.h | 121 u16 *sa2pf_map; member
|
D | mcs_rvu_if.c | 627 rc = mcs_free_rsrc(&map->sa, map->sa2pf_map, req->rsrc_id, pcifunc); in rvu_mbox_handler_mcs_free_resources() 696 rsrc_id = mcs_alloc_rsrc(&map->sa, map->sa2pf_map, pcifunc); in rvu_mbox_handler_mcs_alloc_resources()
|