Searched refs:ft_offloads (Results 1 – 2 of 2) sorted by relevance
702 struct mlx5_flow_table *ft_offloads; in esw_create_offloads_table() local714 ft_offloads = mlx5_create_flow_table(ns, &ft_attr); in esw_create_offloads_table()715 if (IS_ERR(ft_offloads)) { in esw_create_offloads_table()716 err = PTR_ERR(ft_offloads); in esw_create_offloads_table()721 esw->offloads.ft_offloads = ft_offloads; in esw_create_offloads_table()729 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table()758 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_group()803 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5_eswitch_create_vport_rx_rule()
146 struct mlx5_flow_table *ft_offloads; member