Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/micrel/
Dks8695net.c180 spinlock_t txq_lock; member
1174 spin_lock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1178 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1189 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1221 spin_unlock_irq(&ksp->txq_lock); in ks8695_start_xmit()
1485 spin_lock_init(&ksp->txq_lock); in ks8695_probe()
/Linux-v4.19/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-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c503 spinlock_t txq_lock; /* protect bus->txq */ member
2296 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2304 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2747 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
2762 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
4224 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()