Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c664 spin_lock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
678 spin_unlock_bh(&rtwdev->txq_lock); in __rtw_tx_work()
707 spin_lock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
710 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()
/linux/drivers/net/wireless/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()
/linux/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c113 struct mutex txq_lock; member
634 mutex_lock(&vf->txq_lock); in efx_vfdi_init_txq()
637 mutex_unlock(&vf->txq_lock); in efx_vfdi_init_txq()
1216 mutex_init(&vf->txq_lock); in efx_siena_sriov_vf_alloc()
1642 mutex_lock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
1651 mutex_unlock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
/linux/drivers/net/wireless/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()