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

/gem5/src/dev/arm/
H A Dufs_device.cc125 DPRINTF(UFSHostDevice,"The disksize of lun: %d should be %d blocks\n",
1526 panic("No SCSI message scheduled lun:%d Doorbell: 0x%8x", lun_id,
1678 //while we haven't found the right lun, keep searching
1713 panic("No SCSI message scheduled lun:%d Doorbell: 0x%8x", lun_id,
1750 DPRINTF(UFSHostDevice, "SCSIInfoQueue size: %d, lun: %d\n",
1997 uint32_t lun = SSDWriteinfo.front().lunID; local
2001 UFSDevice[lun]->SSDWriteDoneInfo.size());
2003 UFSDevice[lun]->writeFlash(&SSDWriteinfo.front().buffer[0],
2012 UFSDevice[lun]->SSDWriteDoneInfo.push_back(SSDWriteinfo.front());
2017 UFSDevice[lun]
[all...]

Completed in 12 milliseconds