Searched refs:default_tbl (Results 1 – 1 of 1) sorted by relevance
349 struct mlx5_flow_table *default_tbl; in add_post_rule() local362 default_tbl = mlx5_esw_vporttbl_get(esw, &per_vport_tbl_attr); in add_post_rule()363 if (IS_ERR(default_tbl)) { in add_post_rule()364 err = PTR_ERR(default_tbl); in add_post_rule()367 *default_tbl_id = default_tbl->id; in add_post_rule()381 post_attr->ft = default_tbl; in add_post_rule()