Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h1096 struct mlx5_flow_workspace { struct
1098 struct mlx5_flow_workspace *prev; argument
1099 struct mlx5_flow_workspace *next; argument
1225 struct mlx5_flow_workspace *mlx5_flow_get_thread_workspace(void);
H A Dmlx5_flow.c65 static struct mlx5_flow_workspace *mlx5_flow_push_thread_workspace(void);
5196 flow_rss_workspace_adjust(struct mlx5_flow_workspace *wks, in flow_rss_workspace_adjust()
5693 struct mlx5_flow_workspace *wks = data; in flow_release_workspace()
5694 struct mlx5_flow_workspace *next; in flow_release_workspace()
5719 struct mlx5_flow_workspace*
5722 struct mlx5_flow_workspace *data; in mlx5_flow_get_thread_workspace()
5736 static struct mlx5_flow_workspace*
5739 struct mlx5_flow_workspace *data = calloc(1, sizeof(*data)); in flow_alloc_thread_workspace()
5766 static struct mlx5_flow_workspace*
5769 struct mlx5_flow_workspace *curr; in mlx5_flow_push_thread_workspace()
[all …]
H A Dmlx5_flow_verbs.c1631 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_verbs_prepare()
1702 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_verbs_translate()
1956 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_verbs_apply()
H A Dmlx5_flow_dv.c6217 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_dv_prepare()
9040 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_dv_translate_action_sample()
9250 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_dv_create_action_sample()
9614 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_dv_translate()
10723 struct mlx5_flow_workspace *wks = mlx5_flow_get_thread_workspace(); in flow_dv_apply()