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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c160 int ip_tx_lowat; member in struct:ioc3_port
530 port->ip_tx_lowat = 1;
657 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
658 if (port->ip_tx_lowat == 0)
659 port->ip_tx_lowat = 1;
717 <= port->ip_tx_lowat * (int)sizeof(struct ring_entry)) {
H A Dioc4_serial.c483 int ip_tx_lowat; member in struct:ioc4_port
1258 port->ip_tx_lowat = 1;
1385 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
1386 if (port->ip_tx_lowat == 0)
1387 port->ip_tx_lowat = 1;
1446 <= port->ip_tx_lowat

Completed in 28 milliseconds