Home
last modified time | relevance | path

Searched refs:mlx5_ct_fs_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs.h18 struct mlx5_ct_fs_ops { struct
39 struct mlx5_ct_fs_ops *mlx5_ct_fs_dmfs_ops_get(void); argument
42 struct mlx5_ct_fs_ops *mlx5_ct_fs_smfs_ops_get(void);
44 static inline struct mlx5_ct_fs_ops *
52 struct mlx5_ct_fs_ops *mlx5_ct_fs_hmfs_ops_get(void);
54 static inline struct mlx5_ct_fs_ops *
H A Dct_fs_dmfs.c88 static struct mlx5_ct_fs_ops dmfs_ops = {
97 struct mlx5_ct_fs_ops *mlx5_ct_fs_dmfs_ops_get(void) in mlx5_ct_fs_dmfs_ops_get()
H A Dct_fs_hmfs.c278 static struct mlx5_ct_fs_ops hmfs_ops = {
289 struct mlx5_ct_fs_ops *mlx5_ct_fs_hmfs_ops_get(void) in mlx5_ct_fs_hmfs_ops_get()
H A Dct_fs_smfs.c323 static struct mlx5_ct_fs_ops fs_smfs_ops = {
334 struct mlx5_ct_fs_ops *
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c81 struct mlx5_ct_fs_ops *fs_ops;
2094 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init()