Searched refs:dbg_rule_list (Results 1 – 3 of 3) sorted by relevance
74 list_add_tail(&rule->dbg_node, &rule->matcher->dbg_rule_list); in mlx5dr_dbg_rule_add()421 list_for_each_entry(rule, &matcher->dbg_rule_list, dbg_node) { in dr_dump_matcher_all()
1008 INIT_LIST_HEAD(&matcher->dbg_rule_list); in mlx5dr_matcher_create()
969 struct list_head dbg_rule_list; member