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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h169 uint_t h_intr_pipe_state; member in struct:hubd
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3291 ASSERT(hubd->h_intr_pipe_state == HUBD_INTR_PIPE_IDLE);
3293 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_OPENING;
3303 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_IDLE;
3309 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE;
3332 always, hubd->h_dev_state, hubd->h_intr_pipe_state,
3341 (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_ACTIVE) &&
3389 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_STOPPED;
3401 if (hubd->h_intr_pipe_state == HUBD_INTR_PIPE_STOPPED) {
3402 hubd->h_intr_pipe_state = HUBD_INTR_PIPE_ACTIVE;
3423 hubd->h_intr_pipe_state
[all...]

Completed in 202 milliseconds