Searched refs:next_attr (Results 1 – 3 of 3) sorted by relevance
120 struct mlx5_flow_attr *next_attr) in mlx5e_tc_act_set_next_post_act() argument129 err = mlx5e_tc_post_act_set_handle(mdev, next_attr->post_act_handle, mod_acts); in mlx5e_tc_act_set_next_post_act()
117 struct mlx5_flow_attr *next_attr);
3794 struct mlx5_flow_attr *attr, *next_attr = NULL; in alloc_flow_post_acts() local3802 if (!next_attr) { in alloc_flow_post_acts()3807 if (next_attr && !(attr->flags & MLX5_ATTR_FLAG_TERMINATING)) { in alloc_flow_post_acts()3808 err = mlx5e_tc_act_set_next_post_act(flow, attr, next_attr); in alloc_flow_post_acts()3841 next_attr = attr; in alloc_flow_post_acts()
Completed in 15 milliseconds