Searched refs:dr_matcher (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | ct_fs_smfs.c | 19 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 149 dr_matcher = mlx5_ct_fs_smfs_matcher_create(fs, tbl, ipv4, tcp, gre, prio); in mlx5_ct_fs_smfs_matcher_get() 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() [all …]
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | fs_dr.h | 29 struct mlx5dr_matcher *dr_matcher; member
|
D | fs_dr.c | 173 fg->fs_dr_matcher.dr_matcher = matcher; in mlx5_cmd_dr_create_flow_group() 184 return mlx5dr_matcher_destroy(fg->fs_dr_matcher.dr_matcher); in mlx5_cmd_dr_destroy_flow_group() 564 rule = mlx5dr_rule_create(group->fs_dr_matcher.dr_matcher, in mlx5_cmd_dr_create_fte()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | Makefile | 107 steering/dr_matcher.o steering/dr_rule.o \
|