Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c697 spin_lock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
711 spin_unlock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
740 spin_lock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
743 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.h2099 spinlock_t txq_lock; member
H A Dmain.c2270 spin_lock_init(&rtwdev->txq_lock); in rtw_core_init()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c90 spin_lock_bh(&pm->txq_lock); in mt76_connac_free_pending_tx_skbs()
98 spin_unlock_bh(&pm->txq_lock); in mt76_connac_free_pending_tx_skbs()
110 spin_lock_bh(&pm->txq_lock); in mt76_connac_pm_queue_skb()
119 spin_unlock_bh(&pm->txq_lock); in mt76_connac_pm_queue_skb()
128 spin_lock_bh(&pm->txq_lock); in mt76_connac_pm_dequeue_skbs()
143 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/mt7925/
H A Dinit.c218 spin_lock_init(&dev->pm.txq_lock); in mt7925_register_device()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dinit.c298 spin_lock_init(&dev->pm.txq_lock); in mt7921_register_device()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h266 spinlock_t txq_lock; member
H A Dlinux_80211.c6705 spin_lock_init(&lhw->txq_lock);
6833 spin_lock_destroy(&lhw->txq_lock);
9000 spin_lock_irqsave(&lhw->txq_lock, flags);
9002 spin_unlock_irqrestore(&lhw->txq_lock, flags);
9016 spin_lock_irqsave(&lhw->txq_lock, flags);
9018 spin_unlock_irqrestore(&lhw->txq_lock, flags);
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dsdio.c504 spinlock_t txq_lock; /* protect bus->txq */ member
2354 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2362 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2827 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
2842 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
4492 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c634 spin_lock_init(&dev->pm.txq_lock); in mt7615_init_device()