Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs.h15 struct mlx5_ct_fs_rule { struct
23 struct mlx5_ct_fs_rule * (*ct_rule_add)(struct mlx5_ct_fs *fs,
27 void (*ct_rule_del)(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule);
H A Dct_fs_dmfs.c12 struct mlx5_ct_fs_rule fs_rule;
29 static struct mlx5_ct_fs_rule *
58 mlx5_ct_fs_dmfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_dmfs_ct_rule_del()
H A Dct_fs_smfs.c40 struct mlx5_ct_fs_rule fs_rule;
295 static struct mlx5_ct_fs_rule *
359 mlx5_ct_fs_smfs_ct_rule_del(struct mlx5_ct_fs *fs, struct mlx5_ct_fs_rule *fs_rule) in mlx5_ct_fs_smfs_ct_rule_del()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c87 struct mlx5_ct_fs_rule *rule;
875 struct mlx5_ct_fs_rule *rule; in mlx5_tc_ct_entry_replace_rule()