Searched refs:cmdBytesLeft (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/storage/
H A Dide_disk.cc162 cmdBytesLeft = 0;
373 curPrd.getByteCount(), (cmdBytesLeft/SectorSize),
478 cmdBytesLeft -= SectorSize;
484 assert(cmdBytesLeft == 0);
503 assert(cmdBytesLeft <= MAX_DMA_SIZE);
507 cmdBytesLeft -= SectorSize;
509 DPRINTF(IdeDisk, "doDmaWrite, bytesRead: %d cmdBytesLeft: %d\n",
510 bytesRead, cmdBytesLeft);
560 curPrd.getByteCount(), curPrd.getEOT(), cmdBytesLeft);
563 assert(cmdBytesLeft
[all...]
H A Dide_disk.hh227 uint32_t cmdBytesLeft; member in class:IdeDisk

Completed in 4 milliseconds