Searched defs:port_act (Results 1 - 1 of 1) 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 | \

Completed in 60 milliseconds