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

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

Completed in 65 milliseconds