Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c687 spin_lock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
701 spin_unlock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
730 spin_lock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
733 spin_unlock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
H A Dmac80211.c41 spin_lock_bh(&rtwdev->txq_lock); in rtw_ops_wake_tx_queue()
44 spin_unlock_bh(&rtwdev->txq_lock); in rtw_ops_wake_tx_queue()
H A Dmain.h2042 spinlock_t txq_lock;
2029 spinlock_t txq_lock; global() member
H A Dmain.c2167 spin_lock_init(&rtwdev->txq_lock); in rtw_core_init()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c87 spin_lock_bh(&pm->txq_lock); in mt76_connac_free_pending_tx_skbs()
95 spin_unlock_bh(&pm->txq_lock); in mt76_connac_free_pending_tx_skbs()
107 spin_lock_bh(&pm->txq_lock); in mt76_connac_pm_queue_skb()
116 spin_unlock_bh(&pm->txq_lock); in mt76_connac_pm_queue_skb()
125 spin_lock_bh(&pm->txq_lock); in mt76_connac_pm_dequeue_skbs()
140 spin_unlock_bh(&pm->txq_lock); in mt76_connac_pm_dequeue_skbs()
H A Dmt76_connac.h94 spinlock_t txq_lock; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c208 spin_lock_init(&dev->pm.txq_lock); in mt7921_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c631 spin_lock_init(&dev->pm.txq_lock); in mt7615_init_device()