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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c161 int ip_tx_lowat; member in struct:ioc3_port
531 port->ip_tx_lowat = 1;
658 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
659 if (port->ip_tx_lowat == 0)
660 port->ip_tx_lowat = 1;
718 <= port->ip_tx_lowat * (int)sizeof(struct ring_entry)) {
H A Dioc4_serial.c484 int ip_tx_lowat; member in struct:ioc4_port
1259 port->ip_tx_lowat = 1;
1386 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
1387 if (port->ip_tx_lowat == 0)
1388 port->ip_tx_lowat = 1;
1447 <= port->ip_tx_lowat
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c161 int ip_tx_lowat; member in struct:ioc3_port
531 port->ip_tx_lowat = 1;
658 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
659 if (port->ip_tx_lowat == 0)
660 port->ip_tx_lowat = 1;
718 <= port->ip_tx_lowat * (int)sizeof(struct ring_entry)) {
H A Dioc4_serial.c484 int ip_tx_lowat; member in struct:ioc4_port
1259 port->ip_tx_lowat = 1;
1386 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4;
1387 if (port->ip_tx_lowat == 0)
1388 port->ip_tx_lowat = 1;
1447 <= port->ip_tx_lowat

Completed in 83 milliseconds