Home
last modified time | relevance | path

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

/src/sys/contrib/dev/mediatek/mt76/
H A Dtx.c876 spin_lock_bh(&dev->rx_token_lock); in mt76_rx_token_consume()
883 spin_unlock_bh(&dev->rx_token_lock); in mt76_rx_token_consume()
923 spin_lock_bh(&dev->rx_token_lock); in mt76_rx_token_release()
925 spin_unlock_bh(&dev->rx_token_lock); in mt76_rx_token_release()
H A Dmt76.h972 spinlock_t rx_token_lock; member
H A Dmac80211.c740 spin_lock_init(&dev->rx_token_lock); in mt76_alloc_device()