Home
last modified time | relevance | path

Searched refs:OverallCommandStatus (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUTPProtocol.cs71 public UTPTransferStatus OverallCommandStatus; field
98 public UTPTaskManagementStatus OverallCommandStatus; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs378 utrd.OverallCommandStatus = (UTPTransferStatus)responseBasicHeader.Response; in ProcessTransferRequestList()
386 (utrd.Interrupt || utrd.OverallCommandStatus != UTPTransferStatus.Success || in ProcessTransferRequestList()
531 utmrd.OverallCommandStatus = (UTPTaskManagementStatus)responseBasicHeader.Response; in ProcessTaskManagementRequestList()