Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1849 if (!grp_data) { in flow_hw_grp_create_cb()
1866 grp_data->tbl = tbl; in flow_hw_grp_create_cb()
1884 grp_data->idx = idx; in flow_hw_grp_create_cb()
1887 return &grp_data->entry; in flow_hw_grp_create_cb()
1889 if (grp_data->jump.root_action) in flow_hw_grp_create_cb()
1891 if (grp_data->jump.hws_action) in flow_hw_grp_create_cb()
1921 if (grp_data->jump.hws_action) in flow_hw_grp_remove_cb()
1985 if (!grp_data) { in flow_hw_grp_clone_cb()
1992 memcpy(grp_data, oentry, sizeof(*grp_data)); in flow_hw_grp_clone_cb()
1993 grp_data->idx = idx; in flow_hw_grp_clone_cb()
[all …]