Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h219 USBSER_FL_RX_STOPPED = 0x0010, /* input stopped */ enumerator
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1993 if (pp->port_flags & USBSER_FL_RX_STOPPED) { in usbser_rq_thread()
3181 if (pp->port_flags & USBSER_FL_RX_STOPPED) { in usbser_port_program()
3228 pp->port_flags &= ~USBSER_FL_RX_STOPPED; in usbser_inbound_flow_ctl()
3231 pp->port_flags |= USBSER_FL_RX_STOPPED; in usbser_inbound_flow_ctl()