Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Deswitch_offloads.c1427 dest.ft = esw->offloads.ft_offloads; in esw_add_restore_rule()
1904 struct mlx5_flow_table *ft_offloads; in esw_create_offloads_table() local
1917 ft_offloads = mlx5_create_flow_table(ns, &ft_attr); in esw_create_offloads_table()
1918 if (IS_ERR(ft_offloads)) { in esw_create_offloads_table()
1919 err = PTR_ERR(ft_offloads); in esw_create_offloads_table()
1924 esw->offloads.ft_offloads = ft_offloads; in esw_create_offloads_table()
1932 mlx5_destroy_flow_table(offloads->ft_offloads); in esw_destroy_offloads_table()
1954 g = mlx5_create_flow_group(esw->offloads.ft_offloads, flow_group_in); in esw_create_vport_rx_group()
2009 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5_eswitch_create_vport_rx_rule()
A Deswitch.h241 struct mlx5_flow_table *ft_offloads; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dint_port.c93 flow_rule = mlx5_add_flow_rules(esw->offloads.ft_offloads, spec, in mlx5e_int_port_create_rx_rule()

Completed in 29 milliseconds