Searched refs:vepa_fdb (Results 1 – 2 of 2) sorted by relevance
46 esw->fdb_table.legacy.vepa_fdb = fdb; in esw_create_legacy_vepa_table()170 if (!esw->fdb_table.legacy.vepa_fdb) in esw_destroy_legacy_vepa_table()173 mlx5_destroy_flow_table(esw->fdb_table.legacy.vepa_fdb); in esw_destroy_legacy_vepa_table()174 esw->fdb_table.legacy.vepa_fdb = NULL; in esw_destroy_legacy_vepa_table()283 flow_rule = mlx5_add_flow_rules(esw->fdb_table.legacy.vepa_fdb, spec, in _mlx5_eswitch_set_vepa_locked()297 flow_rule = mlx5_add_flow_rules(esw->fdb_table.legacy.vepa_fdb, NULL, in _mlx5_eswitch_set_vepa_locked()
206 struct mlx5_flow_table *vepa_fdb; member