Searched defs:ExpSN (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiProto.c54 @param[in, out] ExpSN The currently expected sequence number.
57 @retval EFI_SUCCESS The check passed and the ExpSN is increased.
63 IN OUT UINT32 *ExpSN,
67 if (!ISCSI_SEQ_EQ (NewSN, *ExpSN)) {
68 if (ISCSI_SEQ_LT (NewSN, *ExpSN)) {
78 // Advance the ExpSN
80 (*ExpSN)++;
62 IScsiCheckSN( IN OUT UINT32 *ExpSN, IN UINT32 NewSN ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.c57 @param[in, out] ExpSN The currently expected sequence number.
60 @retval EFI_SUCCESS The check passed and the ExpSN is increased.
67 IN OUT UINT32 *ExpSN,
71 if (!ISCSI_SEQ_EQ (NewSN, *ExpSN)) {
72 if (ISCSI_SEQ_LT (NewSN, *ExpSN)) {
82 // Advance the ExpSN
84 (*ExpSN)++;
66 IScsiCheckSN( IN OUT UINT32 *ExpSN, IN UINT32 NewSN ) argument

Completed in 81 milliseconds