Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_thread.c144 ULONG cbwcb_length; in _ux_device_class_storage_thread() local
244cbwcb_length = (ULONG) *(scsi_command + UX_SLAVE_CLASS_STORAGE_CBW_CB_LENGTH); in _ux_device_class_storage_thread()
247 if (cbwcb_length != 0) in _ux_device_class_storage_thread()
Dux_device_class_storage_tasks_run.c419 ULONG cbwcb_length; in _ux_device_class_storage_cmd_process() local
461 cbwcb_length = (ULONG)*(cbw + UX_SLAVE_CLASS_STORAGE_CBW_CB_LENGTH); in _ux_device_class_storage_cmd_process()
464 if (cbwcb_length == 0) in _ux_device_class_storage_cmd_process()