Home
last modified time | relevance | path

Searched refs:SCSA2USB_IS_CB (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c255 if (SCSA2USB_IS_CB(scsa2usbp)) { in scsa2usb_cbi_transport()
288 if (SCSA2USB_IS_CB(scsa2usbp)) { in scsa2usb_cbi_transport()
H A Dscsa2usb.c826 if (SCSA2USB_IS_BULK_ONLY(scsa2usbp) || SCSA2USB_IS_CB(scsa2usbp)) { in scsa2usb_attach()
3043 } else if (SCSA2USB_IS_CB(scsa2usbp) || SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()
3073 } else if (SCSA2USB_IS_CB(scsa2usbp) || in scsa2usb_cmd_transport()
/titanic_44/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h410 #define SCSA2USB_IS_CB(s) \ macro