Searched refs:vepa_fdb (Results 1 – 2 of 2) sorted by relevance
310 esw->fdb_table.legacy.vepa_fdb = fdb; in esw_create_legacy_vepa_table()413 if (!esw->fdb_table.legacy.vepa_fdb) in esw_destroy_legacy_vepa_table()416 mlx5_destroy_flow_table(esw->fdb_table.legacy.vepa_fdb); in esw_destroy_legacy_vepa_table()417 esw->fdb_table.legacy.vepa_fdb = NULL; in esw_destroy_legacy_vepa_table()2129 flow_rule = mlx5_add_flow_rules(esw->fdb_table.legacy.vepa_fdb, spec, in _mlx5_eswitch_set_vepa_locked()2143 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