Searched refs:tx_lock (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dsdio-tx.c128 spin_lock_irqsave(&i2400m->tx_lock, flags);
131 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
156 spin_lock_irqsave(&i2400m->tx_lock, flags);
158 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
171 spin_lock_irqsave(&i2400m->tx_lock, flags);
173 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
H A Dusb-tx.c190 spin_lock_irqsave(&i2400m->tx_lock, flags);
193 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
215 spin_lock_irqsave(&i2400m->tx_lock, flags);
217 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
268 spin_lock_irqsave(&i2400m->tx_lock, flags);
271 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
H A Dtx.c427 * Assumes i2400m->tx_lock is taken, and we use that as a barrier
498 * Assumes i2400m->tx_lock is taken, and we use that as a barrier
531 * Assumes i2400m->tx_lock is taken, and we use that as a barrier
557 * Assumes i2400m->tx_lock is taken, and we use that as a barrier
733 spin_lock_irqsave(&i2400m->tx_lock, flags);
800 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
846 spin_lock_irqsave(&i2400m->tx_lock, flags);
911 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
938 spin_lock_irqsave(&i2400m->tx_lock, flags);
950 spin_unlock_irqrestore(&i2400m->tx_lock, flag
[all...]
H A Dnetdev.c88 spin_lock_irqsave(&i2400m->tx_lock, flags);
91 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
175 spin_lock_irqsave(&i2400m->tx_lock, flags);
178 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
216 spin_lock_irqsave(&i2400m->tx_lock, flags);
225 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
H A Ddebugfs.c138 spin_lock_irqsave(&i2400m->tx_lock, flags);
144 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
156 spin_lock_irqsave(&i2400m->tx_lock, flags);
164 spin_unlock_irqrestore(&i2400m->tx_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dhif_usb.c155 spin_lock(&hif_dev->tx.tx_lock);
157 spin_unlock(&hif_dev->tx.tx_lock);
160 spin_unlock(&hif_dev->tx.tx_lock);
177 spin_lock(&hif_dev->tx.tx_lock);
179 spin_unlock(&hif_dev->tx.tx_lock);
183 spin_unlock(&hif_dev->tx.tx_lock);
198 spin_lock(&hif_dev->tx.tx_lock);
204 spin_unlock(&hif_dev->tx.tx_lock);
281 spin_lock_irqsave(&hif_dev->tx.tx_lock, flags);
284 spin_unlock_irqrestore(&hif_dev->tx.tx_lock, flag
[all...]
H A Dhif_usb.h73 spinlock_t tx_lock; member in struct:hif_usb_tx
H A Dhtc_drv_txrx.c200 spin_lock_bh(&priv->tx_lock);
203 spin_unlock_bh(&priv->tx_lock);
248 spin_lock_bh(&priv->tx_lock);
250 spin_unlock_bh(&priv->tx_lock);
262 spin_lock_bh(&priv->tx_lock);
265 spin_unlock_bh(&priv->tx_lock);
271 spin_unlock_bh(&priv->tx_lock);
H A Dhtc_drv_main.c476 spin_lock_bh(&priv->tx_lock);
478 spin_unlock_bh(&priv->tx_lock);
1048 spin_lock_bh(&priv->tx_lock);
1050 spin_unlock_bh(&priv->tx_lock);
1138 spin_lock_bh(&priv->tx_lock);
1140 spin_unlock_bh(&priv->tx_lock);
1206 spin_lock_bh(&priv->tx_lock);
1208 spin_unlock_bh(&priv->tx_lock);
1755 spin_lock_bh(&priv->tx_lock);
1757 spin_unlock_bh(&priv->tx_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/p54/
H A Dp54spi.h116 spinlock_t tx_lock; member in struct:p54s_priv
118 /* protected by tx_lock */
H A Dp54spi.c433 spin_lock_irqsave(&priv->tx_lock, flags);
441 spin_unlock_irqrestore(&priv->tx_lock, flags);
458 spin_lock_irqsave(&priv->tx_lock, flags);
460 spin_unlock_irqrestore(&priv->tx_lock, flags);
474 spin_lock_irqsave(&priv->tx_lock, flags);
476 spin_unlock_irqrestore(&priv->tx_lock, flags);
582 spin_lock_irqsave(&priv->tx_lock, flags);
584 spin_unlock_irqrestore(&priv->tx_lock, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnbd.h65 struct mutex tx_lock; member in struct:nbd_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dcdc-phonet.c47 spinlock_t tx_lock; member in struct:usbpn_dev
82 spin_lock_irqsave(&pnd->tx_lock, flags);
86 spin_unlock_irqrestore(&pnd->tx_lock, flags);
117 spin_lock(&pnd->tx_lock);
120 spin_unlock(&pnd->tx_lock);
401 spin_lock_init(&pnd->tx_lock);
H A Dcatc.c170 spinlock_t tx_lock, ctrl_lock; member in struct:catc
399 spin_lock_irqsave(&catc->tx_lock, flags);
411 spin_unlock_irqrestore(&catc->tx_lock, flags);
422 spin_lock_irqsave(&catc->tx_lock, flags);
443 spin_unlock_irqrestore(&catc->tx_lock, flags);
789 spin_lock_init(&catc->tx_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dnbd.c122 mutex_lock(&lo->tx_lock);
130 mutex_unlock(&lo->tx_lock);
225 /* always call with the tx_lock held */
424 * Because we have set lo->sock to NULL under the tx_lock, all
461 mutex_lock(&lo->tx_lock);
463 mutex_unlock(&lo->tx_lock);
483 mutex_unlock(&lo->tx_lock);
563 /* Must be called with tx_lock held */
652 mutex_unlock(&lo->tx_lock);
656 mutex_lock(&lo->tx_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsir_dev.c364 spin_lock_irqsave(&dev->tx_lock, flags); /* serialize with other tx operations */
366 spin_unlock_irqrestore(&dev->tx_lock, flags);
368 spin_lock_irqsave(&dev->tx_lock, flags);
384 spin_unlock_irqrestore(&dev->tx_lock, flags);
435 spin_lock_irqsave(&dev->tx_lock, flags);
521 spin_unlock_irqrestore(&dev->tx_lock, flags);
631 if(spin_is_locked(&dev->tx_lock)) {
636 spin_lock_irqsave(&dev->tx_lock, flags);
666 spin_unlock_irqrestore(&dev->tx_lock, flags);
897 spin_lock_init(&dev->tx_lock);
[all...]
H A Dsir-dev.h167 spinlock_t tx_lock; member in struct:sir_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dfs_enet-main.c349 spin_lock(&fep->tx_lock);
428 spin_unlock(&fep->tx_lock);
638 spin_lock_irqsave(&fep->tx_lock, flags);
647 spin_unlock_irqrestore(&fep->tx_lock, flags);
701 spin_unlock_irqrestore(&fep->tx_lock, flags);
860 spin_lock(&fep->tx_lock);
862 spin_unlock(&fep->tx_lock);
1059 spin_lock_init(&fep->tx_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsgiseeq.c109 spinlock_t tx_lock; member in struct:sgiseeq_private
167 spin_lock_irq(&sp->tx_lock);
169 spin_unlock_irq(&sp->tx_lock);
505 spin_lock(&sp->tx_lock);
520 spin_unlock(&sp->tx_lock);
591 spin_lock_irqsave(&sp->tx_lock, flags);
597 spin_unlock_irqrestore(&sp->tx_lock, flags);
643 spin_unlock_irqrestore(&sp->tx_lock, flags);
H A Drionet.c62 spinlock_t tx_lock; member in struct:rionet_private
180 if (!spin_trylock(&rnet->tx_lock)) {
187 spin_unlock_irqrestore(&rnet->tx_lock, flags);
205 spin_unlock_irqrestore(&rnet->tx_lock, flags);
480 spin_lock_init(&rnet->tx_lock);
H A Dsungem.c904 spin_lock(&gp->tx_lock);
906 spin_unlock(&gp->tx_lock);
1001 spin_lock(&gp->tx_lock);
1006 spin_unlock(&gp->tx_lock);
1037 if (!spin_trylock_irqsave(&gp->tx_lock, flags)) {
1043 spin_unlock_irqrestore(&gp->tx_lock, flags);
1050 spin_unlock_irqrestore(&gp->tx_lock, flags);
1137 spin_unlock_irqrestore(&gp->tx_lock, flags);
1210 /* Must be invoked under gp->lock and gp->tx_lock. */
1239 /* Must be invoked under gp->lock and gp->tx_lock
[all...]
H A Dbcm63xx_enet.h244 spinlock_t tx_lock; member in struct:bcm_enet_priv
H A Dxen-netfront.c82 spinlock_t tx_lock; member in struct:netfront_info
487 spin_lock_irq(&np->tx_lock);
492 spin_unlock_irq(&np->tx_lock);
561 spin_unlock_irq(&np->tx_lock);
1136 spin_lock_init(&np->tx_lock);
1253 spin_lock_irq(&info->tx_lock);
1255 spin_unlock_irq(&info->tx_lock);
1316 spin_lock_irqsave(&np->tx_lock, flags);
1320 /* Under tx_lock: protects access to rx shared-ring indexes. */
1325 spin_unlock_irqrestore(&np->tx_lock, flag
[all...]
H A Dps3_gelic_net.c861 spin_lock_irqsave(&card->tx_lock, flags);
871 spin_unlock_irqrestore(&card->tx_lock, flags);
883 spin_unlock_irqrestore(&card->tx_lock, flags);
908 spin_unlock_irqrestore(&card->tx_lock, flags);
1163 spin_lock_irqsave(&card->tx_lock, flags);
1168 spin_unlock_irqrestore(&card->tx_lock, flags);
1780 spin_lock_init(&card->tx_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/amso1100/
H A Dc2.c330 spin_lock_irqsave(&c2_port->tx_lock, flags);
370 spin_unlock_irqrestore(&c2_port->tx_lock, flags);
385 spin_lock(&c2_port->tx_lock);
415 spin_unlock(&c2_port->tx_lock);
767 spin_lock_irqsave(&c2_port->tx_lock, flags);
771 spin_unlock_irqrestore(&c2_port->tx_lock, flags);
836 spin_unlock_irqrestore(&c2_port->tx_lock, flags);
906 spin_lock_init(&c2_port->tx_lock);

Completed in 296 milliseconds

123