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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h172 uint_t h_intr_pipe_state; member in struct:hubd
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3288 ASSERT(hubd->h_intr_pipe_state == HUBD_INTR_PIPE_IDLE);
3290 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_OPENING;
3300 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_IDLE;
3306 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE;
3329 always, hubd->h_dev_state, hubd->h_intr_pipe_state,
3338 (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) &&
3386 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_STOPPED;
3398 if (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_STOPPED) {
3399 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE;
3420 hubd->h_intr_pipe_state
[all...]

Completed in 53 milliseconds