Searched refs:scsa2usb_pipe_state (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h315 uint_t scsa2usb_pipe_state; /* resetting state */ member in struct:scsa2usb_state
377 /* scsa2usb_pipe_state values */
425 (((s)->scsa2usb_pipe_state & SCSA2USB_PIPE_DEV_RESET) != 0)
430 ((s)->scsa2usb_pipe_state != SCSA2USB_PIPE_NORMAL) || \
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c542 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_DEV_RESET;
597 scsa2usbp->scsa2usb_pipe_state &= ~SCSA2USB_PIPE_DEV_RESET;
H A Dusb_ms_bulkonly.c788 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_DEV_RESET;
829 scsa2usbp->scsa2usb_pipe_state &= ~SCSA2USB_PIPE_DEV_RESET;
H A Dscsa2usb.c2623 scsa2usbp->scsa2usb_pipe_state);
4610 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_NORMAL;
4641 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_CLOSING;
4664 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_NORMAL;

Completed in 96 milliseconds