Searched refs:tbl_attr (Results 1 – 3 of 3) sorted by relevance
411 struct mlx5_vport_tbl_attr tbl_attr; in del_post_rule() local415 tbl_attr.chain = attr->chain; in del_post_rule()416 tbl_attr.prio = attr->prio; in del_post_rule()417 tbl_attr.vport = esw_attr->in_rep->vport; in del_post_rule()418 tbl_attr.vport_ns = &mlx5_esw_vport_tbl_sample_ns; in del_post_rule()419 mlx5_esw_vporttbl_put(esw, &tbl_attr); in del_post_rule()
351 struct mlx5hws_table_attr tbl_attr = {0}; in hws_isolated_table_create() local361 tbl_attr.type = orig_tbl->type; in hws_isolated_table_create()362 tbl_attr.level = orig_tbl->level; in hws_isolated_table_create()363 tbl = mlx5hws_table_create(ctx, &tbl_attr); in hws_isolated_table_create()
247 struct mlx5hws_table_attr tbl_attr = {}; in mlx5_cmd_hws_create_flow_table() local268 tbl_attr.type = MLX5HWS_TABLE_TYPE_FDB; in mlx5_cmd_hws_create_flow_table()269 tbl_attr.level = ft_attr->level; in mlx5_cmd_hws_create_flow_table()270 tbl_attr.uid = ft_attr->uid; in mlx5_cmd_hws_create_flow_table()271 tbl = mlx5hws_table_create(ctx, &tbl_attr); in mlx5_cmd_hws_create_flow_table()