Home
last modified time | relevance | path

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
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); in usbser_tx_cb()
2555 if ((pp->port_act & USBSER_ACT_TX) || in usbser_data()
2566 pp->port_act |= USBSER_ACT_TX; in usbser_data()
2944 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_stop()
3004 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_flush()
3243 pp->port_flags |= USBSER_ACT_TX; in usbser_inbound_flow_ctl()