Home
last modified time | relevance | path

Searched refs:mcam_rules (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c685 INIT_LIST_HEAD(&mcam->mcam_rules); in npc_flow_steering_init()
976 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule()
990 struct list_head *head = &mcam->mcam_rules; in rvu_mcam_add_rule()
994 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule()
1447 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow()
1529 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_mcam_enable_flows()
Drvu_npc.c429 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_fixup_vf_rule()
959 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_update_vf_flow_entry()
1142 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_enable_mcam_by_entry_index()
1187 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_disable_mcam_entries()
1229 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_free_mcam_entries()
Drvu.h191 struct list_head mcam_rules; member
Drvu_debugfs.c2930 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_dbg_npc_mcam_show_rules()