Searched refs:irq_sync (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c674 tp->irq_sync = 0;
5088 BUG_ON(tp->irq_sync);
5090 tp->irq_sync = 1;
5099 return tp->irq_sync;
5103 * If irq_sync is non-zero, then the IRQ handler must be synchronized
5107 static inline void tg3_full_lock(struct tg3 *tp, int irq_sync) argument
5110 if (irq_sync)
5298 tp->irq_sync = 0;
8441 if (tp->irq_sync)
9816 int i, irq_sync local
9944 int irq_sync = 0; local
10837 int err, err2 = 0, irq_sync = 0; local
[all...]
H A Dtg3.h2702 unsigned int irq_sync; member in struct:tg3

Completed in 102 milliseconds