Lines Matching refs:ip_flags
498 unsigned char ip_flags; member
648 if ((port->ip_flags & PORT_ACTIVE) in port_is_active()
1223 port->ip_flags = PORT_ACTIVE; in local_open()
1233 port->ip_flags = PORT_INACTIVE; in local_open()
1446 if (!(port->ip_flags & LOWAT_WRITTEN) && in do_write()
1450 port->ip_flags |= LOWAT_WRITTEN; in do_write()
1892 port->ip_flags |= DCD_ON; in handle_intr()
1949 if ((port->ip_flags & READ_ABORTED) == 0) { in handle_intr()
1951 port->ip_flags |= INPUT_HIGH; in handle_intr()
1963 port->ip_flags &= ~LOWAT_WRITTEN; in handle_intr()
2158 port->ip_flags &= ~READ_ABORTED; in do_read()
2184 port->ip_flags |= READ_ABORTED; in do_read()
2198 if ((port->ip_flags & DCD_ON) in do_read()
2212 port->ip_flags &= ~DCD_ON; in do_read()
2328 if ((port->ip_flags & INPUT_HIGH) && (((prod_ptr - cons_ptr) in do_read()
2332 port->ip_flags &= ~INPUT_HIGH; in do_read()
2449 port->ip_flags = PORT_INACTIVE; in ic4_shutdown()