Home
last modified time | relevance | path

Searched refs:fast_fdb (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c65 ft = esw->fdb_table.offloads.fast_fdb; in mlx5_eswitch_add_offloaded_rule()
190 rule = mlx5_add_flow_rules(esw->fdb_table.offloads.fast_fdb, spec, &flow_act, dest, i); in mlx5_eswitch_add_fwd_rule()
543 esw->fdb_table.offloads.fast_fdb = fdb; in esw_create_offloads_fast_fdb_table()
562 mlx5_destroy_flow_table(esw->fdb_table.offloads.fast_fdb); in esw_create_offloads_fast_fdb_table()
571 mlx5_destroy_flow_table(esw->fdb_table.offloads.fast_fdb); in esw_destroy_offloads_fast_fdb_table()
685 if (!esw->fdb_table.offloads.fast_fdb) in esw_destroy_offloads_fdb_tables()
Deswitch.h133 struct mlx5_flow_table *fast_fdb; member