Searched refs:next_attr (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.c120 struct mlx5_flow_attr *next_attr)
129 err = mlx5e_tc_post_act_set_handle(mdev, next_attr->post_act_handle, mod_acts);
118 mlx5e_tc_act_set_next_post_act(struct mlx5e_tc_flow *flow, struct mlx5_flow_attr *attr, struct mlx5_flow_attr *next_attr) argument
H A Dact.h122 struct mlx5_flow_attr *next_attr);
/linux-master/fs/ntfs3/
H A Dinode.c120 next_attr:
130 goto next_attr;
165 goto next_attr;
184 goto next_attr;
196 goto next_attr;
205 goto next_attr;
213 goto next_attr;
218 goto next_attr;
222 goto next_attr;
232 goto next_attr;
[all...]
H A Drecord.c352 next_attr:
362 goto next_attr;
365 goto next_attr;
368 goto next_attr;
371 goto next_attr;
H A Dattrib.c2041 goto next_attr;
2055 next_attr:
2225 goto next_attr;
2259 next_attr:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3677 struct mlx5_flow_attr *attr, *next_attr = NULL; local
3685 if (!next_attr) {
3690 if (next_attr && !(attr->flags & MLX5_ATTR_FLAG_TERMINATING)) {
3691 err = mlx5e_tc_act_set_next_post_act(flow, attr, next_attr);
3724 next_attr = attr;

Completed in 339 milliseconds