Home
last modified time | relevance | path

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

/linux-5.19.10/net/ieee802154/
Dcore.c99 static atomic_t wpan_phy_counter = ATOMIC_INIT(0); in wpan_phy_new() local
110 rdev->wpan_phy_idx = atomic_inc_return(&wpan_phy_counter); in wpan_phy_new()
114 atomic_dec(&wpan_phy_counter); in wpan_phy_new()