Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/net/ethernet/sfc/
Dsiena_sriov.c115 struct mutex txq_lock; member
635 mutex_lock(&vf->txq_lock); in efx_vfdi_init_txq()
638 mutex_unlock(&vf->txq_lock); in efx_vfdi_init_txq()
1218 mutex_init(&vf->txq_lock); in efx_siena_sriov_vf_alloc()
1644 mutex_lock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
1653 mutex_unlock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c500 spinlock_t txq_lock; /* protect bus->txq */ member
2385 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2393 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()
4191 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()