Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h396 #define SCSA2USB_BULK_ONLY_PROTOCOL 0x0004 /* Bulk Only wire protocol */ macro
417 (((s)->scsa2usb_cmd_protocol & SCSA2USB_BULK_ONLY_PROTOCOL))
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c400 {"BO", SCSA2USB_BULK_ONLY_PROTOCOL}
776 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_BULK_ONLY_PROTOCOL; in scsa2usb_attach()