Searched refs:total_number_blocks (Results 1 – 2 of 2) sorted by relevance
96 ULONG total_number_blocks; in _ux_device_class_storage_read() local117 …total_number_blocks = _ux_utility_short_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_READ_TRANSF… in _ux_device_class_storage_read()122 …total_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()
98 ULONG total_number_blocks; in _ux_device_class_storage_write() local119 …total_number_blocks = _ux_utility_short_get_big_endian(cbwcb + UX_SLAVE_CLASS_STORAGE_WRITE_TRANS… in _ux_device_class_storage_write()124 …total_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()