Lines Matching full:statsn
761 // with their increasing StatSN values.
940 LoginRsp->StatSN = NTOHL (LoginRsp->StatSN);
957 Conn->ExpStatSN = LoginRsp->StatSN + 1;
962 // Check the StatSN of this PDU.
964 Status = IScsiCheckSN (&Conn->ExpStatSN, LoginRsp->StatSN);
2616 // S bit is on, the StatSN is valid.
2618 Status = IScsiCheckSN (&Tcb->Conn->ExpStatSN, NTOHL (DataInHdr->StatSN));
2673 R2THdr->StatSN = NTOHL (R2THdr->StatSN);
2678 if ((R2THdr->InitiatorTaskTag != Tcb->InitiatorTaskTag) || !ISCSI_SEQ_EQ (R2THdr->StatSN, Tcb->Conn->ExpStatSN)) {
2744 ScsiRspHdr->StatSN = NTOHL (ScsiRspHdr->StatSN);
2746 Status = IScsiCheckSN (&Tcb->Conn->ExpStatSN, ScsiRspHdr->StatSN);
2843 NopInHdr->StatSN = NTOHL (NopInHdr->StatSN);
2848 if (NopInHdr->StatSN != Tcb->Conn->ExpStatSN) {
2852 Status = IScsiCheckSN (&Tcb->Conn->ExpStatSN, NopInHdr->StatSN);