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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h107 uint_t port_act; /* current activities on port */ member in struct:usbser_port
199 * port_act: current activities on the port.
240 #define USBSER_PORT_IS_BUSY(pp) ((pp)->port_act != 0)
244 (((pp)->port_act & (USBSER_ACT_DELAY | USBSER_ACT_CTL | \
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1483 pp->port_act = 0;
1812 if (pp->port_act & USBSER_ACT_BREAK) {
1821 pp->port_act &= ~USBSER_ACT_BREAK;
2039 "usbser_tx_cb: act=%x curthread=%p", pp->port_act,
2477 (void *)q, pp->port_act, q->q_first ? DB_TYPE(q->q_first) : 0xff);
2555 if ((pp->port_act & USBSER_ACT_TX) ||
2556 (pp->port_act & USBSER_ACT_DELAY)) {
2566 pp->port_act |= USBSER_ACT_TX;
2634 if (pp->port_act & USBSER_ACT_BREAK)
2694 pp->port_act |
[all...]

Completed in 63 milliseconds