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.h335 uint_t scsa2usb_cmd_protocol; /* CMD protocol used */ member in struct:scsa2usb_state
392 /* scsa2usb_cmd_protocol values */
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))
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c769 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CB_PROTOCOL;
772 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_CBI_PROTOCOL;
776 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_BULK_ONLY_PROTOCOL;
780 scsa2usbp->scsa2usb_cmd_protocol |=
798 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_SCSI_CMDSET;
802 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_ATAPI_CMDSET;
805 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_UFI_CMDSET;
809 scsa2usbp->scsa2usb_cmd_protocol |=
1741 mask = scsa2usbp->scsa2usb_cmd_protocol & SCSA2USB_CMDSET_MASK;
1743 scsa2usbp->scsa2usb_cmd_protocol
[all...]

Completed in 277 milliseconds