Searched refs:mcam_rules (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc_fs.c | 591 INIT_LIST_HEAD(&mcam->mcam_rules); in npc_flow_steering_init() 866 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule() 880 struct list_head *head = &mcam->mcam_rules; in rvu_mcam_add_rule() 884 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule() 1289 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow() 1367 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_mcam_enable_flows()
|
D | rvu_npc.c | 434 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_fixup_vf_rule() 951 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_update_vf_flow_entry() 1179 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_disable_mcam_entries() 1221 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_free_mcam_entries()
|
D | rvu.h | 180 struct list_head mcam_rules; member
|
D | rvu_debugfs.c | 2462 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_dbg_npc_mcam_show_rules()
|