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

/gem5/src/dev/arm/
H A Dufs_device.cc741 UFSDevice.resize(lunAvail);
749 UFSDevice[count] = new UFSSCSIDevice(p, count, transferDoneCallback,
1481 UFSDevice[LUN]->SCSIInfoQueue.push_back(SCSIInfo);
1484 UFSDevice[LUN]->SCSIInfoQueue.size());
1487 if (UFSDevice[LUN]->SCSIInfoQueue.size() < 2) //LUN is available
1490 else if (UFSDevice[LUN]->SCSIInfoQueue.size() > 32)
1491 panic("SCSI queue is getting too big %d\n", UFSDevice[LUN]->
1525 if (UFSDevice[lun_id]->SCSIInfoQueue.empty())
1530 struct UTPTransferReqDesc* request_in = UFSDevice[lun_id]->
1533 uint32_t req_pos = UFSDevice[lun_i
[all...]
H A Dufs_device.hh1064 std::vector<UFSSCSIDevice*> UFSDevice; member in class:UFSHostDevice

Completed in 8 milliseconds