Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dusb_ms_cbi.c276 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_transport()
357 if (!SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_start_intr_polling()
416 if (!SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_stop_intr_polling()
586 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cbi_reset_recovery()
H A Dscsa2usb.c870 } else if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_attach()
3044 } else if (SCSA2USB_IS_CB(scsa2usbp) || SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()
3076 SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()
4580 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_open_usb_pipes()
4678 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_close_usb_pipes()
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h431 #define SCSA2USB_IS_CBI(s) \ macro