Home
last modified time | relevance | path

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

/linux/Documentation/networking/devlink/
H A Docteontx2.rst57 cat /sys/kernel/debug/cn10k/npc/mcam_rules
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c716 INIT_LIST_HEAD(&mcam->mcam_rules); in npc_flow_steering_init()
1053 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_find_rule()
1067 struct list_head *head = &mcam->mcam_rules; in rvu_mcam_add_rule()
1071 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_mcam_add_rule()
1565 list_for_each_entry_safe(iter, tmp, &mcam->mcam_rules, list) { in rvu_mbox_handler_npc_delete_flow()
1647 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_mcam_enable_flows()
H A Drvu_npc.c415 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_fixup_vf_rule()
946 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_update_vf_flow_entry()
1164 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_enable_mcam_by_entry_index()
1209 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_disable_mcam_entries()
1251 list_for_each_entry_safe(rule, tmp, &mcam->mcam_rules, list) { in rvu_npc_free_mcam_entries()
2697 list_for_each_entry(rule, &mcam->mcam_rules, list) { in npc_config_cntr_default_entries()
3603 list_for_each_entry(rule, &mcam->mcam_rules, list) { in rvu_npc_clear_ucast_entry()
H A Drvu.h240 struct list_head mcam_rules; member
H A Drvu_debugfs.c3522 list_for_each_entry(iter, &mcam->mcam_rules, list) { in rvu_dbg_npc_mcam_show_rules()