Searched refs:CBW (Results 1 – 3 of 3) sorted by relevance
70 static void usbh_msc_cbw_dump(struct CBW *cbw) in usbh_msc_cbw_dump()187 struct CBW *cbw; in usbh_msc_scsi_testunitready()190 cbw = (struct CBW *)g_msc_cbw_csw[msc_class->sdchar - 'a']; in usbh_msc_scsi_testunitready()202 struct CBW *cbw; in usbh_msc_scsi_requestsense()205 cbw = (struct CBW *)g_msc_cbw_csw[msc_class->sdchar - 'a']; in usbh_msc_scsi_requestsense()220 struct CBW *cbw; in usbh_msc_scsi_inquiry()223 cbw = (struct CBW *)g_msc_cbw_csw[msc_class->sdchar - 'a']; in usbh_msc_scsi_inquiry()238 struct CBW *cbw; in usbh_msc_scsi_readcapacity10()255 struct CBW *cbw; in usbh_msc_modeswitch()399 struct CBW *cbw; in usbh_msc_scsi_write10()[all …]
39 struct CBW { struct
34 USB_MEM_ALIGNX struct CBW cbw;690 if (nbytes != sizeof(struct CBW)) { in SCSI_CBWDecode()
Completed in 5 milliseconds