Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_smfs.c19 struct mlx5dr_matcher *dr_matcher; member
93 struct mlx5dr_matcher *dr_matcher; in mlx5_ct_fs_smfs_matcher_create() local
103 dr_matcher = mlx5_smfs_matcher_create(tbl, priority, spec); in mlx5_ct_fs_smfs_matcher_create()
105 if (!dr_matcher) in mlx5_ct_fs_smfs_matcher_create()
108 return dr_matcher; in mlx5_ct_fs_smfs_matcher_create()
117 struct mlx5dr_matcher *dr_matcher; in mlx5_ct_fs_smfs_matcher_get() local
150 if (IS_ERR(dr_matcher)) { in mlx5_ct_fs_smfs_matcher_get()
153 nat, ipv4, tcp, gre, PTR_ERR(dr_matcher)); in mlx5_ct_fs_smfs_matcher_get()
155 smfs_matcher = ERR_CAST(dr_matcher); in mlx5_ct_fs_smfs_matcher_get()
159 smfs_matcher->dr_matcher = dr_matcher; in mlx5_ct_fs_smfs_matcher_get()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.h29 struct mlx5dr_matcher *dr_matcher; member
H A Dfs_dr.c174 fg->fs_dr_matcher.dr_matcher = matcher; in mlx5_cmd_dr_create_flow_group()
185 return mlx5dr_matcher_destroy(fg->fs_dr_matcher.dr_matcher); in mlx5_cmd_dr_destroy_flow_group()
593 rule = mlx5dr_rule_create(group->fs_dr_matcher.dr_matcher, in mlx5_cmd_dr_create_fte()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile113 steering/dr_matcher.o steering/dr_rule.o \