Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h107 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple);
116 static inline void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) {} in mlx5e_arfs_destroy_tables() function
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c1361 mlx5e_arfs_destroy_tables(fs, mlx5e_fs_has_arfs(netdev)); in mlx5e_create_flow_steering()
1374 mlx5e_arfs_destroy_tables(fs, ntuple); in mlx5e_destroy_flow_steering()
H A Den_arfs.c202 void mlx5e_arfs_destroy_tables(struct mlx5e_flow_steering *fs, bool ntuple) in mlx5e_arfs_destroy_tables() function