Searched refs:txroom (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.c830 int txroom; local
848 txroom = (sx_read_channel_byte(port, hi_txopos) - tx_ip - 1) &
852 if (c > txroom)
853 c = txroom;
854 sx_dprintk(SX_DEBUG_TRANSMIT, " %d(%d) ", c, txroom);

Completed in 98 milliseconds