Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h240 #define USBSER_PORT_IS_BUSY(pp) ((pp)->port_act != 0) macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1774 while ((pp->port_wq_data_cnt > 0) && USBSER_PORT_IS_BUSY(pp)) { in usbser_close_drain()
1783 need_drain = (pp->port_wq_data_cnt == 0) || !USBSER_PORT_IS_BUSY(pp) || in usbser_close_drain()