Lines Matching refs:offset

216           scsi_out.offset = read_offset * blkSize;
221 DPRINTF(UFSHostDevice, "Read6 offset: 0x%8x, for %d blocks\n",
248 scsi_out.offset = read_offset * blkSize;
253 DPRINTF(UFSHostDevice, "Read10 offset: 0x%8x, for %d blocks\n",
283 scsi_out.offset = read_offset * blkSize;
288 DPRINTF(UFSHostDevice, "Read16 offset: 0x%8x, for %d blocks\n",
403 scsi_out.offset = write_offset * blkSize;
409 DPRINTF(UFSHostDevice, "Write6 offset: 0x%8x, for %d blocks\n",
433 scsi_out.offset = write_offset * blkSize;
439 DPRINTF(UFSHostDevice, "Write10 offset: 0x%8x, for %d blocks\n",
466 scsi_out.offset = write_offset * blkSize;
472 DPRINTF(UFSHostDevice, "Write16 offset: 0x%8x, for %d blocks\n",
597 scsi_out.offset = write_offset;
619 scsi_out.offset = read_offset;
692 UFSHostDevice::UFSSCSIDevice::readFlash(uint8_t* readaddr, uint64_t offset,
697 flashDisk->read(&(readaddr[SectorSize*count]), (offset /
706 UFSHostDevice::UFSSCSIDevice::writeFlash(uint8_t* writeaddr, uint64_t offset,
712 (offset / SectorSize) + count);
1608 manageWriteTransfer(request_out_datain.LUN, request_out_datain.offset,
1614 request_out_datain.offset, length, sglist);
1900 /**destination is an offset here since we are writing to a disk*/
1902 new_transfer.offset = SCSIDiskOffset;
1932 UFSHostDevice::manageWriteTransfer(uint8_t LUN, uint64_t offset, uint32_t
1938 next_packet.SCSIDiskOffset = offset;
2004 SSDWriteinfo.front().offset,
2041 SSDWriteDoneInfo.front().offset,
2122 offset, uint32_t sg_table_length,
2135 new_transfer.offset = sglist[count].upperAddr;
2136 new_transfer.offset = (new_transfer.offset << 32) |
2138 new_transfer.filePointer = offset + size_accum;
2143 new_transfer.offset, new_transfer.size);
2156 offset + size_accum,
2269 readDevice(false, SSDReadPending.front().offset,