Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c1246 struct mlx5_flow_table *ft_offloads; in esw_create_offloads_table() local
1258 ft_offloads = mlx5_create_flow_table(ns, &ft_attr); in esw_create_offloads_table()
1259 if (IS_ERR(ft_offloads)) { in esw_create_offloads_table()
1260 err = PTR_ERR(ft_offloads); in esw_create_offloads_table()
1265 esw->offloads.ft_offloads = ft_offloads; in esw_create_offloads_table()
1273 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table()
1294 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_group()
1348 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5_eswitch_create_vport_rx_rule()
Deswitch.h180 struct mlx5_flow_table *ft_offloads; member