Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c18 struct mlx5dr_matcher *dr_matcher; member
92 struct mlx5dr_matcher *dr_matcher; in mlx5_ct_fs_smfs_matcher_create() local
102 dr_matcher = mlx5_smfs_matcher_create(tbl, priority, spec); in mlx5_ct_fs_smfs_matcher_create()
104 if (!dr_matcher) in mlx5_ct_fs_smfs_matcher_create()
107 return dr_matcher; in mlx5_ct_fs_smfs_matcher_create()
116 struct mlx5dr_matcher *dr_matcher; in mlx5_ct_fs_smfs_matcher_get() local
148 dr_matcher = mlx5_ct_fs_smfs_matcher_create(fs, tbl, ipv4, tcp, gre, prio); in mlx5_ct_fs_smfs_matcher_get()
149 if (IS_ERR(dr_matcher)) { in mlx5_ct_fs_smfs_matcher_get()
152 nat, ipv4, tcp, gre, PTR_ERR(dr_matcher)); in mlx5_ct_fs_smfs_matcher_get()
154 smfs_matcher = ERR_CAST(dr_matcher); in mlx5_ct_fs_smfs_matcher_get()
[all...]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.h29 struct mlx5dr_matcher *dr_matcher; member
H A Dfs_dr.c166 fg->fs_dr_matcher.dr_matcher = matcher; in mlx5_cmd_dr_create_flow_group()
177 return mlx5dr_matcher_destroy(fg->fs_dr_matcher.dr_matcher); in mlx5_cmd_dr_destroy_flow_group()
599 rule = mlx5dr_rule_create(group->fs_dr_matcher.dr_matcher, in mlx5_cmd_dr_create_fte()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile118 steering/sws/dr_matcher.o \