Lines Matching refs:ip_flags
173 unsigned char ip_flags; member
499 port->ip_flags = INPUT_ENABLE; in local_open()
721 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
724 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1206 port->ip_flags &= ~READ_ABORTED; in do_read()
1233 port->ip_flags |= READ_ABORTED; in do_read()
1246 if ((port->ip_flags & DCD_ON) in do_read()
1259 port->ip_flags &= ~DCD_ON; in do_read()
1376 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1382 port->ip_flags &= ~INPUT_HIGH; in do_read()
1407 if (!(port->ip_flags & INPUT_ENABLE)) in receive_chars()
1501 port->ip_flags |= DCD_ON; in ioc3uart_intr_one()
1549 if (port->ip_flags & READ_ABORTED) { in ioc3uart_intr_one()
1554 port->ip_flags |= INPUT_HIGH; in ioc3uart_intr_one()
1564 port->ip_flags &= ~LOWAT_WRITTEN; in ioc3uart_intr_one()
1704 port->ip_flags &= ~INPUT_ENABLE; in ic3_stop_rx()