Lines Matching refs:ip_flags
171 unsigned char ip_flags; member
497 port->ip_flags = INPUT_ENABLE; in local_open()
719 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
722 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1205 port->ip_flags &= ~READ_ABORTED; in do_read()
1232 port->ip_flags |= READ_ABORTED; in do_read()
1245 if ((port->ip_flags & DCD_ON) in do_read()
1258 port->ip_flags &= ~DCD_ON; in do_read()
1375 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
1381 port->ip_flags &= ~INPUT_HIGH; in do_read()
1403 if (!(port->ip_flags & INPUT_ENABLE)) in receive_chars()
1497 port->ip_flags |= DCD_ON; in ioc3uart_intr_one()
1545 if (port->ip_flags & READ_ABORTED) { in ioc3uart_intr_one()
1550 port->ip_flags |= INPUT_HIGH; in ioc3uart_intr_one()
1560 port->ip_flags &= ~LOWAT_WRITTEN; in ioc3uart_intr_one()
1700 port->ip_flags &= ~INPUT_ENABLE; in ic3_stop_rx()