Searched refs:SelectReport (Results 1 – 2 of 2) sorted by relevance
436 var selectReport = (SelectReport)scsi.SelectReport; in HandleSCSIReportLUNs()441 case SelectReport.LogicalUnits: in HandleSCSIReportLUNs()444 case SelectReport.WellKnownLogicalUnits: in HandleSCSIReportLUNs()447 case SelectReport.AllLogicalUnits: in HandleSCSIReportLUNs()463 … if(selectReport == SelectReport.LogicalUnits || selectReport == SelectReport.AllLogicalUnits) in HandleSCSIReportLUNs()473 …if(selectReport == SelectReport.WellKnownLogicalUnits || selectReport == SelectReport.AllLogicalUn… in HandleSCSIReportLUNs()1337 private enum SelectReport : byte enum in Antmicro.Renode.Peripherals.Storage.UFSDevice
267 public byte SelectReport; field