Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2380 if (!(pp->port_flags & USBSER_FL_TX_STOPPED)) { in usbser_status_proc_cb()
2383 } else if (pp->port_flags & USBSER_FL_TX_STOPPED) { in usbser_status_proc_cb()
2421 if ((pp->port_flags & USBSER_FL_TX_STOPPED) && (wq_msg == 0)) { in usbser_status_proc_cb()
2936 if (!(pp->port_flags & USBSER_FL_TX_STOPPED)) { in usbser_stop()
2938 pp->port_flags |= USBSER_FL_TX_STOPPED; in usbser_stop()
2955 if (pp->port_flags & USBSER_FL_TX_STOPPED) { in usbser_start()
2957 pp->port_flags &= ~USBSER_FL_TX_STOPPED; in usbser_start()
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h218 USBSER_FL_TX_STOPPED = 0x0008, /* output stopped */ enumerator