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

/gem5/src/dev/arm/
H A Dufs_device.cc176 scsi_out.LUN = lunID;
334 scsi_out.message.dataMsg[0] = (lunAvail * 8) << 24;//LUN listlength
338 //LUN "count"
1470 * Obtain LUN and put it in the right LUN queue. Each LUN has its own queue
1480 uint32_t LUN = SCSIInfo.destination[2]; local
1481 UFSDevice[LUN]->SCSIInfoQueue.push_back(SCSIInfo);
1483 DPRINTF(UFSHostDevice, "SCSI queue %d has %d elements\n", LUN,
1484 UFSDevice[LUN]
1932 manageWriteTransfer(uint8_t LUN, uint64_t offset, uint32_t sg_table_length, struct UFSHCDSGEntry* sglist) argument
2121 manageReadTransfer(uint32_t size, uint32_t LUN, uint64_t offset, uint32_t sg_table_length, struct UFSHCDSGEntry* sglist) argument
[all...]
H A Dufs_device.hh382 uint8_t LUN; member in struct:UFSHostDevice::SCSIReply
391 * Logic unit information structure. SCSI requires information of each LUN.
493 uint32_t LUN; member in struct:UFSHostDevice::writeToDiskBurst
955 void manageWriteTransfer(uint8_t LUN, uint64_t offset, uint32_t
957 void manageReadTransfer(uint32_t size, uint32_t LUN, uint64_t offset,

Completed in 13 milliseconds