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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsx.c829 int tx_ip; local
844 tx_ip = sx_read_channel_byte(port, hi_txipos);
848 txroom = (sx_read_channel_byte(port, hi_txopos) - tx_ip - 1) &
857 if (c > 0x100 - tx_ip)
858 c = 0x100 - tx_ip;
860 sx_dprintk(SX_DEBUG_TRANSMIT, " %d(%d) ", c, 0x100 - tx_ip);
875 tx_ip, port->gs.xmit_buf + port->gs.xmit_tail, c);
878 sx_write_channel_byte(port, hi_txipos, (tx_ip + c) & 0xff);

Completed in 32 milliseconds