Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_hw.c1841 struct mlx5dr_table_attr dr_tbl_attr = {0}; in flow_hw_grp_create_cb() local
1856 dr_tbl_attr.level = attr->group; in flow_hw_grp_create_cb()
1858 dr_tbl_attr.type = MLX5DR_TABLE_TYPE_FDB; in flow_hw_grp_create_cb()
1860 dr_tbl_attr.type = MLX5DR_TABLE_TYPE_NIC_TX; in flow_hw_grp_create_cb()
1862 dr_tbl_attr.type = MLX5DR_TABLE_TYPE_NIC_RX; in flow_hw_grp_create_cb()
1863 tbl = mlx5dr_table_create(priv->dr_ctx, &dr_tbl_attr); in flow_hw_grp_create_cb()
1871 mlx5_hw_act_flag[!!attr->group][dr_tbl_attr.type]); in flow_hw_grp_create_cb()
1879 [dr_tbl_attr.type]); in flow_hw_grp_create_cb()
1886 grp_data->type = dr_tbl_attr.type; in flow_hw_grp_create_cb()