Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c407 mcam->entry2target_pffunc[index] = target_func; in npc_fixup_vf_rule()
943 if (mcam->entry2target_pffunc[index] == pcifunc) { in npc_update_vf_flow_entry()
1829 kfree(mcam->entry2target_pffunc); in npc_mcam_rsrcs_deinit()
1932 mcam->entry2target_pffunc = kmalloc_array(mcam->total_entries, in npc_mcam_rsrcs_init()
1934 if (!mcam->entry2target_pffunc) in npc_mcam_rsrcs_init()
2333 mcam->entry2target_pffunc[index] = 0x0; in npc_mcam_free_all_entries()
2798 mcam->entry2target_pffunc[req->entry] = 0x0; in rvu_mbox_handler_npc_mcam_free_entry()
3520 if (mcam->entry2target_pffunc[index] == pcifunc) in rvu_mbox_handler_npc_read_base_steer_rule()
H A Drvu_npc_fs.c1591 mcam->entry2target_pffunc[entry] = 0x0; in rvu_mbox_handler_npc_delete_flow()
1680 if (mcam->entry2target_pffunc[index] == target) in npc_mcam_enable_flows()
1699 if (mcam->entry2target_pffunc[index] == target) in npc_mcam_disable_flows()
H A Drvu.h222 u16 *entry2target_pffunc; member