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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dewrk3.h30 #define EWRK3_TDQ iobase+0x0c /* Transmit Done Queue */ macro
H A Dewrk3.c579 outb(1, EWRK3_TDQ); /* Write to the TX done queue */
717 while (inb(EWRK3_TDQ));
1072 while ((tx_status = inb(EWRK3_TDQ)) > 0) { /* Whilst there's old buffers */
1128 while (inb(EWRK3_TDQ));

Completed in 47 milliseconds