Searched refs:tx_lock (Results 26 - 38 of 38) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ixgb/
H A Dixgb_main.c582 spin_lock_init(&adapter->tx_lock);
1458 if (!spin_trylock(&adapter->tx_lock)) {
1464 spin_lock_irqsave(&adapter->tx_lock, flags);
1470 spin_unlock_irqrestore(&adapter->tx_lock, flags);
1475 spin_unlock_irqrestore(&adapter->tx_lock, flags);
1489 spin_unlock_irqrestore(&adapter->tx_lock, flags);
1508 spin_unlock_irqrestore(&adapter->tx_lock, flags);
1844 spin_lock(&adapter->tx_lock);
1848 spin_unlock(&adapter->tx_lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddl2k.c137 spin_lock_init (&np->tx_lock);
704 spin_lock(&np->tx_lock);
706 spin_lock_irqsave(&np->tx_lock, flag);
728 spin_unlock(&np->tx_lock);
730 spin_unlock_irqrestore(&np->tx_lock, flag);
H A Dsungem.h977 spinlock_t tx_lock; member in struct:gem
H A Ddl2k.h653 spinlock_t tx_lock; member in struct:netdev_private
H A Ds2io.c335 spin_lock_irqsave(&nic->tx_lock, flags);
337 spin_unlock_irqrestore(&nic->tx_lock, flags);
2941 spin_lock(&nic->tx_lock);
2944 spin_unlock(&nic->tx_lock);
4003 spin_lock_irqsave(&sp->tx_lock, flags);
4007 spin_unlock_irqrestore(&sp->tx_lock, flags);
4032 spin_unlock_irqrestore(&sp->tx_lock, flags);
4133 spin_unlock_irqrestore(&sp->tx_lock, flags);
6623 spin_lock_irqsave(&sp->tx_lock, flags);
6626 spin_unlock_irqrestore(&sp->tx_lock, flag
[all...]
H A Dcassini.c243 spin_lock(&cp->tx_lock[i]);
272 spin_unlock(&cp->tx_lock[i - 1]);
1754 spin_lock(&cp->tx_lock[ring]);
1817 spin_unlock(&cp->tx_lock[ring]);
2678 spin_lock_irqsave(&cp->tx_lock[ring], flags);
2684 spin_unlock_irqrestore(&cp->tx_lock[ring], flags);
2769 spin_unlock_irqrestore(&cp->tx_lock[ring], flags);
4782 spin_lock_init(&cp->tx_lock[i]);
H A Ds2io.h812 spinlock_t tx_lock; member in struct:s2io_nic
H A Dcassini.h3493 spinlock_t tx_lock[N_TX_RINGS]; /* tx bits */ member in struct:cas
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/
H A Dc2.h363 spinlock_t tx_lock; member in struct:c2_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib.h221 * Device private locking: tx_lock protects members used in TX fast
223 * lock protects everything else. lock nests inside of tx_lock (ie
224 * tx_lock must be acquired first if needed).
268 spinlock_t tx_lock; member in struct:ipoib_dev_priv
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_main.c1600 spin_lock_init(&txdr->tx_lock);
3321 if (!spin_trylock_irqsave(&tx_ring->tx_lock, flags))
3328 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
3336 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
3351 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
3376 spin_unlock_irqrestore(&tx_ring->tx_lock, flags);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic.h888 spinlock_t tx_lock; member in struct:netxen_adapter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.h1007 spinlock_t tx_lock; member in struct:iadev_t

Completed in 303 milliseconds

12