Home
last modified time | relevance | path

Searched refs:next_subrule (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc.h61 struct mlx5hws_bwc_rule *next_subrule; member
H A Dbwc_complex.c904 subrules[i]->next_subrule = subrules[i + 1]; in mlx5hws_bwc_rule_create_complex()
932 subrules[i] = subrules[i - 1]->next_subrule; in mlx5hws_bwc_rule_destroy_complex()
H A Dbwc.c1222 while (bwc_rule->next_subrule) in mlx5hws_bwc_rule_action_update()
1223 bwc_rule = bwc_rule->next_subrule; in mlx5hws_bwc_rule_action_update()