Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_read.c96 ULONG total_number_blocks; in _ux_device_class_storage_read() local
117total_number_blocks = _ux_utility_short_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_READ_TRANSF… in _ux_device_class_storage_read()
122total_number_blocks = _ux_utility_long_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_READ_TRANSFE… in _ux_device_class_storage_read()
128 …total_length = total_number_blocks * storage -> ux_slave_class_storage_lun[lun].ux_slave_class_st… in _ux_device_class_storage_read()
171 storage -> ux_device_class_storage_cmd_n_lb = total_number_blocks; in _ux_device_class_storage_read()
195 while (total_number_blocks) in _ux_device_class_storage_read()
291 total_number_blocks -= number_blocks; in _ux_device_class_storage_read()
Dux_device_class_storage_write.c98 ULONG total_number_blocks; in _ux_device_class_storage_write() local
119total_number_blocks = _ux_utility_short_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_WRITE_TRANS… in _ux_device_class_storage_write()
124total_number_blocks = _ux_utility_long_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_WRITE_TRANSF… in _ux_device_class_storage_write()
127 …INE_INSERT(UX_TRACE_DEVICE_CLASS_STORAGE_WRITE, storage, lun, lba, total_number_blocks, UX_TRACE_D… in _ux_device_class_storage_write()
176 …total_length = total_number_blocks * storage -> ux_slave_class_storage_lun[lun].ux_slave_class_st… in _ux_device_class_storage_write()
195 storage -> ux_device_class_storage_cmd_n_lb = total_number_blocks; in _ux_device_class_storage_write()