Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/micrel/
Dks8695net.c180 spinlock_t txq_lock; member
1166 spin_lock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1170 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1181 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1213 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1477 spin_lock_init(&ksp->txq_lock); in ks8695_probe()
/linux-4.1.27/drivers/net/ethernet/sfc/
Dsiena_sriov.c114 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()
1211 mutex_init(&vf->txq_lock); in efx_siena_sriov_vf_alloc()
1633 mutex_lock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
1642 mutex_unlock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c498 spinlock_t txq_lock; /* protect bus->txq */ member
2378 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2386 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2831 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
2846 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
4142 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()