Home
last modified time | relevance | path

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

/titanic_50/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)
/titanic_50/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2043 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_tx_cb()
2556 if ((pp->port_act & USBSER_ACT_TX) || in usbser_data()
2567 pp->port_act |= USBSER_ACT_TX; in usbser_data()
2945 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_stop()
3005 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_flush()
3244 pp->port_flags |= USBSER_ACT_TX; in usbser_inbound_flow_ctl()