Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dct_fs_hmfs.c36 struct mlx5_ct_fs_hmfs_matcher *hmfs_matcher; member
117 struct mlx5_ct_fs_hmfs_matcher *hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get() local
121 hmfs_matcher = nat ? in mlx5_ct_fs_hmfs_matcher_get()
125 if (refcount_inc_not_zero(&hmfs_matcher->ref)) in mlx5_ct_fs_hmfs_matcher_get()
126 return hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get()
131 if (refcount_inc_not_zero(&hmfs_matcher->ref)) in mlx5_ct_fs_hmfs_matcher_get()
142 hmfs_matcher = ERR_CAST(hws_bwc_matcher); in mlx5_ct_fs_hmfs_matcher_get()
146 hmfs_matcher->hws_bwc_matcher = hws_bwc_matcher; in mlx5_ct_fs_hmfs_matcher_get()
147 refcount_set(&hmfs_matcher->ref, 1); in mlx5_ct_fs_hmfs_matcher_get()
151 return hmfs_matcher; in mlx5_ct_fs_hmfs_matcher_get()
[all …]