Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c159 int ip_tx_lowat; member
534 port->ip_tx_lowat = 1; in local_open()
661 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4; in config_port()
662 if (port->ip_tx_lowat == 0) in config_port()
663 port->ip_tx_lowat = 1; in config_port()
721 <= port->ip_tx_lowat * (int)sizeof(struct ring_entry)) { in do_write()
Dioc4_serial.c481 int ip_tx_lowat; member
1262 port->ip_tx_lowat = 1; in local_open()
1389 port->ip_tx_lowat = (TX_LOWAT_CHARS(baud) + 3) / 4; in config_port()
1390 if (port->ip_tx_lowat == 0) in config_port()
1391 port->ip_tx_lowat = 1; in config_port()
1450 <= port->ip_tx_lowat in do_write()