Searched refs:next_subrule (Results 1 – 3 of 3) sorted by relevance
61 struct mlx5hws_bwc_rule *next_subrule; member
904 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()
1222 while (bwc_rule->next_subrule) in mlx5hws_bwc_rule_action_update()1223 bwc_rule = bwc_rule->next_subrule; in mlx5hws_bwc_rule_action_update()