Home
last modified time | relevance | path

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

/drivers/net/dsa/
A Dbcm_sf2_cfp.c572 list_for_each_entry(rule, &priv->cfp.rules_list, next) { in bcm_sf2_cfp_rule_find()
587 if (list_empty(&priv->cfp.rules_list)) in bcm_sf2_cfp_rule_cmp()
590 list_for_each_entry(rule, &priv->cfp.rules_list, next) { in bcm_sf2_cfp_rule_cmp()
965 list_add_tail(&rule->next, &priv->cfp.rules_list); in bcm_sf2_cfp_rule_set()
1217 if (list_empty(&priv->cfp.rules_list)) in bcm_sf2_cfp_exit()
1220 list_for_each_entry_safe_reverse(rule, n, &priv->cfp.rules_list, next) in bcm_sf2_cfp_exit()
1231 if (list_empty(&priv->cfp.rules_list)) in bcm_sf2_cfp_resume()
1242 list_for_each_entry(rule, &priv->cfp.rules_list, next) { in bcm_sf2_cfp_resume()
A Dbcm_sf2.h58 struct list_head rules_list; member
A Dbcm_sf2.c1432 INIT_LIST_HEAD(&priv->cfp.rules_list); in bcm_sf2_sw_probe()
/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Dbwc_complex.c1337 struct list_head *rules_list; in mlx5hws_bwc_matcher_move_all_complex() local
1362 rules_list = &bwc_matcher->rules[i]; in mlx5hws_bwc_matcher_move_all_complex()
1363 if (list_empty(rules_list)) in mlx5hws_bwc_matcher_move_all_complex()
1368 list_for_each_entry(tmp_bwc_rule, rules_list, list_node) { in mlx5hws_bwc_matcher_move_all_complex()
A Dbwc.c84 struct list_head *rules_list; in hws_bwc_matcher_move_all_simple() local
96 rules_list = &bwc_matcher->rules[i]; in hws_bwc_matcher_move_all_simple()
98 list_for_each_entry(bwc_rule, rules_list, list_node) { in hws_bwc_matcher_move_all_simple()

Completed in 17 milliseconds