Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc.c405 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule()
959 if (mcam->entry2target_pffunc[index] == pcifunc) { in npc_update_vf_flow_entry()
1841 kfree(mcam->entry2target_pffunc); in npc_mcam_rsrcs_deinit()
1944 mcam->entry2target_pffunc = kmalloc_array(mcam->total_entries, in npc_mcam_rsrcs_init()
1946 if (!mcam->entry2target_pffunc) in npc_mcam_rsrcs_init()
2345 mcam->entry2target_pffunc[index] = 0x0; in npc_mcam_free_all_entries()
2767 mcam->entry2target_pffunc[req->entry] = 0x0; in rvu_mbox_handler_npc_mcam_free_entry()
3422 if (mcam->entry2target_pffunc[index] == pcifunc) in rvu_mbox_handler_npc_read_base_steer_rule()
Drvu_npc_fs.c1603 mcam->entry2target_pffunc[entry] = 0x0; in rvu_mbox_handler_npc_delete_flow()
1692 if (mcam->entry2target_pffunc[index] == target) in npc_mcam_enable_flows()
1711 if (mcam->entry2target_pffunc[index] == target) in npc_mcam_disable_flows()
Drvu.h192 u16 *entry2target_pffunc; member