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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiProto.h252 UINT32 StatSN; member in struct:_SCSI_RESPONSE
306 UINT32 StatSN; member in struct:_ISCSI_TMF_RESPONSE
349 UINT32 StatSN; member in struct:_ISCSI_SCSI_DATA_IN
370 UINT32 StatSN; member in struct:_ISCSI_READY_TO_TRANSFER
386 UINT32 StatSN; member in struct:_ISCSI_ASYNC_MESSAGE
442 UINT32 StatSN; member in struct:_ISCSI_LOGIN_RESPONSE
490 UINT32 StatSN; member in struct:_ISCSI_LOGOUT_RESPONSE
536 UINT32 StatSN; member in struct:_ISCSI_REJECT
570 UINT32 StatSN; member in struct:_ISCSI_NOP_IN
H A DIScsiProto.c533 // with their increasing StatSN values.
691 LoginRsp->StatSN = NTOHL (LoginRsp->StatSN);
708 Conn->ExpStatSN = LoginRsp->StatSN + 1;
713 // Check the StatSN of this PDU
715 Status = IScsiCheckSN (&Conn->ExpStatSN, LoginRsp->StatSN);
2236 // S bit is on, the StatSN is valid.
2238 Status = IScsiCheckSN (&Tcb->Conn->ExpStatSN, NTOHL (DataInHdr->StatSN));
2288 R2THdr->StatSN = NTOHL (R2THdr->StatSN);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.h297 UINT32 StatSN; member in struct:_SCSI_RESPONSE
342 UINT32 StatSN; member in struct:_ISCSI_TMF_RESPONSE
380 UINT32 StatSN; member in struct:_ISCSI_SCSI_DATA_IN
399 UINT32 StatSN; member in struct:_ISCSI_READY_TO_TRANSFER
415 UINT32 StatSN; member in struct:_ISCSI_ASYNC_MESSAGE
460 UINT32 StatSN; member in struct:_ISCSI_LOGIN_RESPONSE
499 UINT32 StatSN; member in struct:_ISCSI_LOGOUT_RESPONSE
540 UINT32 StatSN; member in struct:_ISCSI_REJECT
574 UINT32 StatSN; member in struct:_ISCSI_NOP_IN
H A DIScsiProto.c655 // with their increasing StatSN values.
834 LoginRsp->StatSN = NTOHL (LoginRsp->StatSN);
851 Conn->ExpStatSN = LoginRsp->StatSN + 1;
856 // Check the StatSN of this PDU.
858 Status = IScsiCheckSN (&Conn->ExpStatSN, LoginRsp->StatSN);
2464 // S bit is on, the StatSN is valid.
2466 Status = IScsiCheckSN (&Tcb->Conn->ExpStatSN, NTOHL (DataInHdr->StatSN));
2521 R2THdr->StatSN = NTOHL (R2THdr->StatSN);
[all...]

Completed in 61 milliseconds