Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c10046 uint32_t i, flow_table = 0; /* prevent compilation warning */ in flow_tunnel_add_default_miss() local
10093 &flow_table, &grp_info, error); in flow_tunnel_add_default_miss()
10099 mark_id.table_id = tunnel_flow_tbl_to_id(flow_table); in flow_tunnel_add_default_miss()
10161 tunnel_flow_tbl_to_id(tte->flow_table)); in mlx5_flow_tunnel_grp2tbl_remove_cb()
10194 &tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()
10195 if (tte->flow_table >= MLX5_MAX_TABLES) { in mlx5_flow_tunnel_grp2tbl_create_cb()
10197 tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()
10199 tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()
10201 } else if (!tte->flow_table) { in mlx5_flow_tunnel_grp2tbl_create_cb()
10204 tte->flow_table = tunnel_id_to_flow_tbl(tte->flow_table); in mlx5_flow_tunnel_grp2tbl_create_cb()
[all …]
H A Dmlx5_flow.h934 uint32_t flow_table; member