Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h219 USBSER_FL_RX_STOPPED = 0x0010, /* input stopped */ enumerator
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1994 if (pp->port_flags & USBSER_FL_RX_STOPPED) { in usbser_rq_thread()
3182 if (pp->port_flags & USBSER_FL_RX_STOPPED) { in usbser_port_program()
3229 pp->port_flags &= ~USBSER_FL_RX_STOPPED; in usbser_inbound_flow_ctl()
3232 pp->port_flags |= USBSER_FL_RX_STOPPED; in usbser_inbound_flow_ctl()