Searched refs:SCSA2USB_IS_CBI (Results 1 – 3 of 3) sorted by relevance
276 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()
831 } else if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_attach()3043 } else if (SCSA2USB_IS_CB(scsa2usbp) || SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()3074 SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_cmd_transport()4556 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_open_usb_pipes()4654 if (SCSA2USB_IS_CBI(scsa2usbp)) { in scsa2usb_close_usb_pipes()
413 #define SCSA2USB_IS_CBI(s) \ macro