Home
last modified time | relevance | path

Searched refs:SCSA2USB_PIPE_DEV_RESET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c542 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_DEV_RESET; in scsa2usb_cbi_reset_recovery()
597 scsa2usbp->scsa2usb_pipe_state &= ~SCSA2USB_PIPE_DEV_RESET; in scsa2usb_cbi_reset_recovery()
H A Dusb_ms_bulkonly.c788 scsa2usbp->scsa2usb_pipe_state = SCSA2USB_PIPE_DEV_RESET; in scsa2usb_bulk_only_reset_recovery()
829 scsa2usbp->scsa2usb_pipe_state &= ~SCSA2USB_PIPE_DEV_RESET; in scsa2usb_bulk_only_reset_recovery()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h398 #define SCSA2USB_PIPE_DEV_RESET 0x02 /* device specific reset */ macro
443 (((s)->scsa2usb_pipe_state & SCSA2USB_PIPE_DEV_RESET) != 0)