Searched refs:ft_offloads (Results 1 – 3 of 3) sorted by relevance
1258 dest.ft = esw->offloads.ft_offloads; in esw_add_restore_rule()1806 struct mlx5_flow_table *ft_offloads; in esw_create_offloads_table() local1820 ft_offloads = mlx5_create_flow_table(ns, &ft_attr); in esw_create_offloads_table()1821 if (IS_ERR(ft_offloads)) { in esw_create_offloads_table()1822 err = PTR_ERR(ft_offloads); in esw_create_offloads_table()1827 esw->offloads.ft_offloads = ft_offloads; in esw_create_offloads_table()1835 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table()1857 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_group()1902 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_drop_group()1958 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5_eswitch_create_vport_rx_rule()[all …]
248 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 14 milliseconds