Searched refs:ft_offloads (Results 1 – 3 of 3) sorted by relevance
1447 dest.ft = esw->offloads.ft_offloads; in esw_add_restore_rule()1994 struct mlx5_flow_table *ft_offloads; in esw_create_offloads_table() local2008 ft_offloads = mlx5_create_flow_table(ns, &ft_attr); in esw_create_offloads_table()2009 if (IS_ERR(ft_offloads)) { in esw_create_offloads_table()2010 err = PTR_ERR(ft_offloads); in esw_create_offloads_table()2015 esw->offloads.ft_offloads = ft_offloads; in esw_create_offloads_table()2023 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table()2044 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_group()2089 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_drop_group()2154 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5_eswitch_create_vport_rx_rule()[all …]
286 struct mlx5_flow_table *ft_offloads; member
93 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5e_int_port_create_rx_rule()
Completed in 16 milliseconds