Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dioc3_serial.c162 int ip_tx_lowat; member
537 port->ip_tx_lowat = 1; in local_open()
664 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4; in config_port()
665 if (port->ip_tx_lowat == 0) in config_port()
666 port->ip_tx_lowat = 1; in config_port()
724 <= port->ip_tx_lowat * (int)sizeof(struct ring_entry)) { in do_write()
Dioc4_serial.c484 int ip_tx_lowat; member
1265 port->ip_tx_lowat = 1; in local_open()
1392 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4; in config_port()
1393 if (port->ip_tx_lowat == 0) in config_port()
1394 port->ip_tx_lowat = 1; in config_port()
1453 <= port->ip_tx_lowat in do_write()