Searched refs:vepa_fdb (Results 1 – 2 of 2) sorted by relevance
311 esw->fdb_table.legacy.vepa_fdb = fdb; in esw_create_legacy_vepa_table()414 if (!esw->fdb_table.legacy.vepa_fdb) in esw_destroy_legacy_vepa_table()417 mlx5_destroy_flow_table(esw->fdb_table.legacy.vepa_fdb); in esw_destroy_legacy_vepa_table()418 esw->fdb_table.legacy.vepa_fdb = NULL; in esw_destroy_legacy_vepa_table()2135 flow_rule = mlx5_add_flow_rules(esw->fdb_table.legacy.vepa_fdb, spec, in _mlx5_eswitch_set_vepa_locked()2149 flow_rule = mlx5_add_flow_rules(esw->fdb_table.legacy.vepa_fdb, NULL, in _mlx5_eswitch_set_vepa_locked()
169 struct mlx5_flow_table *vepa_fdb; member