Lines Matching refs:ip_flags
174 unsigned char ip_flags; member
500 port->ip_flags = INPUT_ENABLE; in local_open()
722 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
725 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1208 port->ip_flags &= ~READ_ABORTED; in do_read()
1235 port->ip_flags |= READ_ABORTED; in do_read()
1248 if ((port->ip_flags & DCD_ON) in do_read()
1261 port->ip_flags &= ~DCD_ON; in do_read()
1378 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1384 port->ip_flags &= ~INPUT_HIGH; in do_read()
1406 if (!(port->ip_flags & INPUT_ENABLE)) in receive_chars()
1500 port->ip_flags |= DCD_ON; in ioc3uart_intr_one()
1548 if (port->ip_flags & READ_ABORTED) { in ioc3uart_intr_one()
1553 port->ip_flags |= INPUT_HIGH; in ioc3uart_intr_one()
1563 port->ip_flags &= ~LOWAT_WRITTEN; in ioc3uart_intr_one()
1703 port->ip_flags &= ~INPUT_ENABLE; in ic3_stop_rx()