Searched refs:TX_FREE (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/pcmcia/
H A D3c589_cs.c119 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
453 inb(ioaddr+TX_STATUS), inw(ioaddr+TX_FREE));
606 if (inw(ioaddr + TX_FREE) <= 1536) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c509.c91 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
749 inw(ioaddr + TX_FREE));
793 if (inw(ioaddr + TX_FREE) > 1536)

Completed in 58 milliseconds