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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h203 USBSER_ACT_TX = 0x0001, /* transmitting data */ enumerator in enum:__anon9186
245 USBSER_ACT_BREAK | USBSER_ACT_TX)) != 0)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2042 usbser_release_port_act(pp, USBSER_ACT_TX);
2555 if ((pp->port_act & USBSER_ACT_TX) ||
2566 pp->port_act |= USBSER_ACT_TX;
2944 usbser_release_port_act(pp, USBSER_ACT_TX);
3004 usbser_release_port_act(pp, USBSER_ACT_TX);
3243 pp->port_flags |= USBSER_ACT_TX;

Completed in 63 milliseconds