Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dfs.h100 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple);
109 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} in mlx5e_arfs_destroy_tables() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
Dipoib.c395 mlx5e_arfs_destroy_tables(priv->fs, in mlx5i_create_flow_steering()
404 mlx5e_arfs_destroy_tables(priv->fs, in mlx5i_destroy_flow_steering()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs.c1358 mlx5e_arfs_destroy_tables(fs, !!(netdev->hw_features & NETIF_F_NTUPLE)); in mlx5e_create_flow_steering()
1371 mlx5e_arfs_destroy_tables(fs, ntuple); in mlx5e_destroy_flow_steering()
Den_arfs.c185 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables() function