Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dct_fs.h18 struct mlx5_ct_fs_ops { struct
37 struct mlx5_ct_fs_ops *mlx5_ct_fs_dmfs_ops_get(void); argument
40 struct mlx5_ct_fs_ops *mlx5_ct_fs_smfs_ops_get(void);
42 static inline struct mlx5_ct_fs_ops *
Dct_fs_dmfs.c68 static struct mlx5_ct_fs_ops dmfs_ops = {
76 struct mlx5_ct_fs_ops *mlx5_ct_fs_dmfs_ops_get(void) in mlx5_ct_fs_dmfs_ops_get()
Dct_fs_smfs.c371 static struct mlx5_ct_fs_ops fs_smfs_ops = {
381 struct mlx5_ct_fs_ops *
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c79 struct mlx5_ct_fs_ops *fs_ops;
2046 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init()