Home
last modified time | relevance | path

Searched refs:mlx5e_arfs_destroy_tables (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h102 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple);
111 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} in mlx5e_arfs_destroy_tables() function
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c394 mlx5e_arfs_destroy_tables(priv->fs, in mlx5i_create_flow_steering()
403 mlx5e_arfs_destroy_tables(priv->fs, in mlx5i_destroy_flow_steering()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c1364 mlx5e_arfs_destroy_tables(fs, !!(netdev->hw_features & NETIF_F_NTUPLE)); in mlx5e_create_flow_steering()
1377 mlx5e_arfs_destroy_tables(fs, ntuple); in mlx5e_destroy_flow_steering()
H A Den_arfs.c201 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables() function