Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A 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 *
H A 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()
H A Dct_fs_smfs.c371 static struct mlx5_ct_fs_ops fs_smfs_ops = {
381 struct mlx5_ct_fs_ops *
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c79 struct mlx5_ct_fs_ops *fs_ops;
2047 struct mlx5_ct_fs_ops *fs_ops = mlx5_ct_fs_dmfs_ops_get(); in mlx5_tc_ct_fs_init()