Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
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 *
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()
Dct_fs_smfs.c396 static struct mlx5_ct_fs_ops fs_smfs_ops = {
407 struct mlx5_ct_fs_ops *
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c81 struct mlx5_ct_fs_ops *fs_ops;
2065 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init()