Searched refs:rx_lock (Results 1 - 25 of 37) sorted by relevance

12

/drivers/net/wimax/i2400m/
H A Dsdio-rx.c164 spin_lock(&i2400m->rx_lock);
166 spin_unlock(&i2400m->rx_lock);
249 spin_lock(&i2400m->rx_lock);
258 spin_unlock(&i2400m->rx_lock);
292 spin_lock(&i2400m->rx_lock);
294 spin_unlock(&i2400m->rx_lock);
H A Drx.c192 spin_lock_irqsave(&i2400m->rx_lock, flags);
194 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
222 spin_lock_irqsave(&i2400m->rx_lock, flags);
224 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
255 spin_lock_irqsave(&i2400m->rx_lock, flags);
257 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
295 spin_lock_irqsave(&i2400m->rx_lock, flags);
300 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
305 spin_lock_irqsave(&i2400m->rx_lock, flags);
313 spin_unlock_irqrestore(&i2400m->rx_lock, flag
[all...]
H A Dusb-rx.c344 spin_lock_irqsave(&i2400m->rx_lock, flags);
347 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
397 spin_lock_irqsave(&i2400m->rx_lock, flags);
399 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
456 spin_lock_irqsave(&i2400m->rx_lock, flags);
459 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
H A Dsdio-fw.c190 spin_lock(&i2400m->rx_lock);
204 spin_unlock(&i2400m->rx_lock);
H A Ddebugfs.c75 spin_lock_irqsave(&i2400m->rx_lock, flags);
81 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
94 spin_lock_irqsave(&i2400m->rx_lock, flags);
102 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
H A Dfw.c1562 spin_lock(&i2400m->rx_lock);
1564 spin_unlock(&i2400m->rx_lock);
1611 spin_lock(&i2400m->rx_lock);
1613 spin_unlock(&i2400m->rx_lock);
1639 spin_lock(&i2400m->rx_lock);
1641 spin_unlock(&i2400m->rx_lock);
1649 spin_lock(&i2400m->rx_lock);
1652 spin_unlock(&i2400m->rx_lock);
H A Dcontrol.c645 spin_lock_irqsave(&i2400m->rx_lock, flags);
650 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
740 spin_lock_irqsave(&i2400m->rx_lock, flags);
742 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
785 spin_lock_irqsave(&i2400m->rx_lock, flags);
792 spin_unlock_irqrestore(&i2400m->rx_lock, flags);
H A Di2400m.h420 * @rx_lock: spinlock to protect RX members and rx_roq_refcount.
446 * is being accessed. rx_roq_refcount is protected by rx_lock.
481 * Protected by @rx_lock. In theory the command execution flow is
525 * the spinlock i2400m->rx_lock.
611 spinlock_t rx_lock; member in struct:i2400m
617 struct list_head rx_reports; /* under rx_lock! */
622 struct sk_buff *ack_skb; /* protected by rx_lock */
644 struct i2400m_fw *fw_cached; /* protected by rx_lock */
/drivers/char/
H A Dmsm_smd_pkt.c47 struct mutex rx_lock; member in struct:smd_pkt_dev
139 mutex_lock(&smd_pkt_devp->rx_lock);
144 mutex_unlock(&smd_pkt_devp->rx_lock);
150 mutex_unlock(&smd_pkt_devp->rx_lock);
157 mutex_unlock(&smd_pkt_devp->rx_lock);
164 mutex_unlock(&smd_pkt_devp->rx_lock);
394 mutex_init(&smd_pkt_devp[i]->rx_lock);
429 mutex_destroy(&smd_pkt_devp[i]->rx_lock);
451 mutex_destroy(&smd_pkt_devp[i]->rx_lock);
/drivers/bluetooth/
H A Dhci_uart.h74 spinlock_t rx_lock; member in struct:hci_uart
H A Dhci_ldisc.c267 spin_lock_init(&hu->rx_lock);
361 spin_lock(&hu->rx_lock);
364 spin_unlock(&hu->rx_lock);
/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.h107 spinlock_t rx_lock; member in struct:hif_device_usb
H A Dhif_usb.c526 spin_lock(&hif_dev->rx_lock);
554 spin_unlock(&hif_dev->rx_lock);
580 spin_lock(&hif_dev->rx_lock);
590 spin_unlock(&hif_dev->rx_lock);
601 spin_unlock(&hif_dev->rx_lock);
822 spin_lock_init(&hif_dev->rx_lock);
/drivers/staging/nvec/
H A Dnvec.h150 * @rx_lock: Spinlock for modifications on @rx_data
176 spinlock_t tx_lock, rx_lock; member in struct:nvec_chip
H A Dnvec.c396 spin_lock_irqsave(&nvec->rx_lock, flags);
400 spin_unlock_irqrestore(&nvec->rx_lock, flags);
412 spin_lock_irqsave(&nvec->rx_lock, flags);
414 spin_unlock_irqrestore(&nvec->rx_lock, flags);
458 spin_lock(&nvec->rx_lock);
464 spin_unlock(&nvec->rx_lock);
793 spin_lock_init(&nvec->rx_lock);
/drivers/net/usb/
H A Dcdc-phonet.c50 spinlock_t rx_lock; member in struct:usbpn_dev
159 spin_lock_irqsave(&pnd->rx_lock, flags);
181 spin_unlock_irqrestore(&pnd->rx_lock, flags);
401 spin_lock_init(&pnd->rx_lock);
/drivers/net/
H A Dxen-netfront.c112 spinlock_t rx_lock ____cacheline_aligned_in_smp;
342 spin_lock_bh(&np->rx_lock);
349 spin_unlock_bh(&np->rx_lock);
919 spin_lock(&np->rx_lock);
1041 spin_unlock(&np->rx_lock);
1125 spin_lock_bh(&np->rx_lock);
1183 spin_unlock_bh(&np->rx_lock);
1290 spin_lock_init(&np->rx_lock);
1422 spin_lock_bh(&info->rx_lock);
1426 spin_unlock_bh(&info->rx_lock);
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c1328 spin_lock_bh(&endpoint->target->rx_lock);
1331 spin_unlock_bh(&endpoint->target->rx_lock);
1335 spin_unlock_bh(&endpoint->target->rx_lock);
1339 /* This function is called with rx_lock held */
1376 spin_unlock_bh(&target->rx_lock);
1381 spin_lock_bh(&target->rx_lock);
1386 spin_unlock_bh(&target->rx_lock);
1388 spin_lock_bh(&target->rx_lock);
1452 spin_lock_bh(&target->rx_lock);
1520 spin_unlock_bh(&target->rx_lock);
[all...]
/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h219 spinlock_t rx_lock; member in struct:bcm_enet_priv
/drivers/net/ethernet/xilinx/
H A Dll_temac.h356 spinlock_t rx_lock; member in struct:temac_local
H A Dll_temac_main.c756 spin_lock_irqsave(&lp->rx_lock, flags);
795 spin_unlock_irqrestore(&lp->rx_lock, flags);
815 spin_unlock_irqrestore(&lp->rx_lock, flags);
1045 spin_lock_init(&lp->rx_lock);
/drivers/net/ethernet/ti/
H A Dcpmac.c200 spinlock_t rx_lock; member in struct:cpmac_priv
432 spin_lock(&priv->rx_lock);
437 spin_unlock(&priv->rx_lock);
517 spin_unlock(&priv->rx_lock);
545 spin_unlock(&priv->rx_lock);
743 spin_lock(&priv->rx_lock);
745 spin_unlock(&priv->rx_lock);
1167 spin_lock_init(&priv->rx_lock);
/drivers/net/phy/
H A Ddp83640.c104 spinlock_t rx_lock; member in struct:dp83640_private
485 /* Caller must hold rx_lock. */
684 spin_lock_irqsave(&dp83640->rx_lock, flags);
697 spin_unlock_irqrestore(&dp83640->rx_lock, flags);
972 spin_lock_init(&dp83640->rx_lock);
1149 spin_lock_irqsave(&dp83640->rx_lock, flags);
1161 spin_unlock_irqrestore(&dp83640->rx_lock, flags);
1167 spin_lock_irqsave(&dp83640->rx_lock, flags);
1169 spin_unlock_irqrestore(&dp83640->rx_lock, flags);
/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c169 spinlock_t rx_lock; member in struct:ep93xx_priv
331 spin_lock_irq(&ep->rx_lock);
339 spin_unlock_irq(&ep->rx_lock);
453 spin_lock(&ep->rx_lock);
458 spin_unlock(&ep->rx_lock);
666 spin_lock_init(&ep->rx_lock);
/drivers/net/ethernet/micrel/
H A Dks8695net.c155 * @rx_lock: A lock to protect Rx irq function
187 spinlock_t rx_lock; member in struct:ks8695_priv
439 spin_lock(&ksp->rx_lock);
450 spin_unlock(&ksp->rx_lock);
574 spin_lock_irqsave(&ksp->rx_lock, flags);
578 spin_unlock_irqrestore(&ksp->rx_lock, flags);
1482 spin_lock_init(&ksp->rx_lock);

Completed in 1905 milliseconds

12