Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/sfc/
Dsiena_sriov.c112 struct mutex txq_lock; member
632 mutex_lock(&vf->txq_lock); in efx_vfdi_init_txq()
635 mutex_unlock(&vf->txq_lock); in efx_vfdi_init_txq()
1215 mutex_init(&vf->txq_lock); in efx_siena_sriov_vf_alloc()
1641 mutex_lock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
1650 mutex_unlock(&vf->txq_lock); in efx_siena_sriov_set_vf_spoofchk()
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c499 spinlock_t txq_lock; /* protect bus->txq */ member
2314 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2322 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_sendfromq()
2778 spin_lock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
2793 spin_unlock_bh(&bus->txq_lock); in brcmf_sdio_bus_txdata()
4343 spin_lock_init(&bus->txq_lock); in brcmf_sdio_probe()