Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch_offloads.c1712 esw->fdb_table.offloads.tc_miss_table = mlx5_create_flow_table(root_ns, &ft_attr); in esw_create_offloads_fdb_tables()
1713 if (IS_ERR(esw->fdb_table.offloads.tc_miss_table)) { in esw_create_offloads_fdb_tables()
1714 err = PTR_ERR(esw->fdb_table.offloads.tc_miss_table); in esw_create_offloads_fdb_tables()
1719 err = esw_chains_create(esw, esw->fdb_table.offloads.tc_miss_table); in esw_create_offloads_fdb_tables()
1755 mlx5_destroy_flow_table(esw->fdb_table.offloads.tc_miss_table); in esw_create_offloads_fdb_tables()
1783 mlx5_destroy_flow_table(esw->fdb_table.offloads.tc_miss_table); in esw_destroy_offloads_fdb_tables()
A Deswitch.h217 struct mlx5_flow_table *tc_miss_table; member

Completed in 17 milliseconds