Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c7055 __atomic_add_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED); in flow_list_create()
7309 if (!__atomic_sub_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED)) in flow_list_destroy()
10421 tunnel->refctn++; in get_tunnel_hit()
10435 ctx->tunnel->refctn = 1; in get_tunnel_miss()
10612 if (!__atomic_sub_fetch(&tunnel->refctn, 1, __ATOMIC_RELAXED)) in tunnel_element_release_hit()
H A Dmlx5_flow.h914 uint32_t refctn; member