Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h359 #define HUBD_INTR_PIPE_ACTIVE 2 macro
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3466 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_open_intr_pipe()
3498 (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) && in hubd_start_polling()
3559 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE; in hubd_stop_polling()
3622 if ((hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) && in hubd_exception_cb()
3710 (hubd->h_intr_pipe_state != HUBD_INTR_PIPE_ACTIVE)) { in hubd_read_cb()
3904 ASSERT(hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE); in hubd_hotplug_thread()