Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h936 uint32_t refctn; member
H A Dmlx5_flow.c5441 __atomic_add_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED); in flow_list_create()
5625 if (!__atomic_sub_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED)) in flow_list_destroy()
7567 tunnel->refctn++; in get_tunnel_hit()
7579 ctx->tunnel->refctn = 1; in get_tunnel_miss()
7756 if (!__atomic_sub_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED)) in tunnel_element_release_hit()