Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h414 #define SCSA2USB_BULK_ONLY_PROTOCOL 0x0004 /* Bulk Only wire protocol */ macro
435 (((s)->scsa2usb_cmd_protocol & SCSA2USB_BULK_ONLY_PROTOCOL))
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c414 {"BO", SCSA2USB_BULK_ONLY_PROTOCOL}
815 scsa2usbp->scsa2usb_cmd_protocol |= SCSA2USB_BULK_ONLY_PROTOCOL; in scsa2usb_attach()