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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiImpl.h85 UINT8 ErrorRecoveryLevel; member in struct:_ISCSI_SESSION
H A DIScsiProto.c1203 // ErrorRecoveryLevel, result fuction is Minimum.
1215 Session->ErrorRecoveryLevel = (UINT8) MIN (Session->ErrorRecoveryLevel, NumericValue);
1398 AsciiSPrint (Value, sizeof (Value), "%d", Session->ErrorRecoveryLevel);
2723 Session->ErrorRecoveryLevel = 0;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiImpl.h119 UINT8 ErrorRecoveryLevel; member in struct:_ISCSI_SESSION
H A DIScsiProto.c1373 // ErrorRecoveryLevel: result fuction is Minimum.
1385 Session->ErrorRecoveryLevel = (UINT8) MIN (Session->ErrorRecoveryLevel, NumericValue);
1590 AsciiSPrint (Value, sizeof (Value), "%d", Session->ErrorRecoveryLevel);
2987 Session->ErrorRecoveryLevel = 0;

Completed in 53 milliseconds