Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h335 uint_t scsa2usb_cmd_protocol; /* CMD protocol used */ member
404 (((s)->scsa2usb_cmd_protocol & SCSA2USB_UFI_CMDSET))
406 (((s)->scsa2usb_cmd_protocol & SCSA2USB_SCSI_CMDSET))
408 (((s)->scsa2usb_cmd_protocol & SCSA2USB_ATAPI_CMDSET))
411 (((s)->scsa2usb_cmd_protocol & SCSA2USB_CB_PROTOCOL))
414 (((s)->scsa2usb_cmd_protocol & SCSA2USB_CBI_PROTOCOL))
417 (((s)->scsa2usb_cmd_protocol & SCSA2USB_BULK_ONLY_PROTOCOL))
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c769 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CB_PROTOCOL; in scsa2usb_attach()
772 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CBI_PROTOCOL; in scsa2usb_attach()
776 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_BULK_ONLY_PROTOCOL; in scsa2usb_attach()
780 scsa2usbp->scsa2usb_cmd_protocol |= in scsa2usb_attach()
798 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_SCSI_CMDSET; in scsa2usb_attach()
802 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_ATAPI_CMDSET; in scsa2usb_attach()
805 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_UFI_CMDSET; in scsa2usb_attach()
809 scsa2usbp->scsa2usb_cmd_protocol |= in scsa2usb_attach()
1741 mask = scsa2usbp->scsa2usb_cmd_protocol & SCSA2USB_CMDSET_MASK; in scsa2usb_validate_attrs()
1743 scsa2usbp->scsa2usb_cmd_protocol &= ~mask; in scsa2usb_validate_attrs()
[all …]