Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h347 uint_t scsa2usb_cmd_protocol; /* CMD protocol used */ member
422 (((s)->scsa2usb_cmd_protocol & SCSA2USB_UFI_CMDSET))
424 (((s)->scsa2usb_cmd_protocol & SCSA2USB_SCSI_CMDSET))
426 (((s)->scsa2usb_cmd_protocol & SCSA2USB_ATAPI_CMDSET))
429 (((s)->scsa2usb_cmd_protocol & SCSA2USB_CB_PROTOCOL))
432 (((s)->scsa2usb_cmd_protocol & SCSA2USB_CBI_PROTOCOL))
435 (((s)->scsa2usb_cmd_protocol & SCSA2USB_BULK_ONLY_PROTOCOL))
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c808 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CB_PROTOCOL; in scsa2usb_attach()
811 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CBI_PROTOCOL; in scsa2usb_attach()
815 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_BULK_ONLY_PROTOCOL; in scsa2usb_attach()
819 scsa2usbp->scsa2usb_cmd_protocol |= in scsa2usb_attach()
837 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_SCSI_CMDSET; in scsa2usb_attach()
841 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_ATAPI_CMDSET; in scsa2usb_attach()
844 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_UFI_CMDSET; in scsa2usb_attach()
848 scsa2usbp->scsa2usb_cmd_protocol |= in scsa2usb_attach()
1746 mask = scsa2usbp->scsa2usb_cmd_protocol & SCSA2USB_CMDSET_MASK; in scsa2usb_detect_quirks()
1748 scsa2usbp->scsa2usb_cmd_protocol &= ~mask; in scsa2usb_detect_quirks()
[all …]