Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dap.c349 spin_lock_irqsave(&bcast_txq->txq_lock, flags); in ssv6200_bcast_queue_len()
351 spin_unlock_irqrestore(&bcast_txq->txq_lock, flags); in ssv6200_bcast_queue_len()
358 spin_lock_irqsave(&bcast_txq->txq_lock, flags); in ssv6200_bcast_dequeue()
365 spin_unlock_irqrestore(&bcast_txq->txq_lock, flags); in ssv6200_bcast_dequeue()
372 spin_lock_irqsave(&bcast_txq->txq_lock, flags); in ssv6200_bcast_enqueue()
383 spin_unlock_irqrestore(&bcast_txq->txq_lock, flags); in ssv6200_bcast_enqueue()
393 spin_lock_irqsave(&bcast_txq->txq_lock, flags); in ssv6200_bcast_flush()
399 spin_unlock_irqrestore(&bcast_txq->txq_lock, flags); in ssv6200_bcast_flush()
H A Ddev.h321 spinlock_t txq_lock; member
H A Dinit.c566 spin_lock_init(&sc->bcast_txq.txq_lock); in ssv6xxx_init_softc()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dtx.c595 spin_lock_bh(&rtwdev->txq_lock); in rtw_tx_tasklet()
610 spin_unlock_bh(&rtwdev->txq_lock); in rtw_tx_tasklet()
632 spin_lock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
635 spin_unlock_bh(&rtwdev->txq_lock); in rtw_txq_cleanup()
H A Dmac80211.c40 spin_lock_bh(&rtwdev->txq_lock); in rtw_ops_wake_tx_queue()
43 spin_unlock_bh(&rtwdev->txq_lock); in rtw_ops_wake_tx_queue()
H A Dmain.h1726 spinlock_t txq_lock; member
H A Dmain.c1634 spin_lock_init(&rtwdev->txq_lock); in rtw_core_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dsiena_sriov.c113 struct mutex txq_lock; member
633 mutex_lock(&vf->txq_lock); in efx_vfdi_init_txq()
636 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c32 spin_lock_bh(&dev->pm.txq_lock); in mt7615_free_pending_tx_skbs()
40 spin_unlock_bh(&dev->pm.txq_lock); in mt7615_free_pending_tx_skbs()
750 spin_lock_bh(&dev->pm.txq_lock); in mt7615_tx()
759 spin_unlock_bh(&dev->pm.txq_lock); in mt7615_tx()
H A Dinit.c465 spin_lock_init(&dev->pm.txq_lock); in mt7615_init_device()
H A Dmt7615.h312 spinlock_t txq_lock; member
H A Dmac.c1865 spin_lock_bh(&dev->pm.txq_lock); in mt7615_pm_wake_work()
1882 spin_unlock_bh(&dev->pm.txq_lock); in mt7615_pm_wake_work()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c506 spinlock_t txq_lock; /* protect bus->txq */ member
2342 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2350 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2815 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
2830 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
4457 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()