Home
last modified time | relevance | path

Searched refs:NextStage (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiImpl.h138 UINT8 NextStage; member
DIScsiProto.c228 Conn->NextStage = ISCSI_LOGIN_OPERATIONAL_NEGOTIATION; in IScsiCreateConnection()
748 ISCSI_SET_STAGES (LoginReq, Conn->CurrentStage, Conn->NextStage); in IScsiPrepareLoginReq()
848 UINT8 NextStage; in IScsiProcessLoginRsp() local
918 NextStage = ISCSI_GET_NEXT_STAGE (LoginRsp); in IScsiProcessLoginRsp()
925 (Transit && (NextStage != Conn->NextStage)) || in IScsiProcessLoginRsp()
1029 Conn->CurrentStage = Conn->NextStage; in IScsiProcessLoginRsp()
1032 Conn->NextStage = ISCSI_FULL_FEATURE_PHASE; in IScsiProcessLoginRsp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiImpl.h102 UINT8 NextStage; member
DIScsiProto.c203 Conn->NextStage = ISCSI_LOGIN_OPERATIONAL_NEGOTIATION; in IScsiCreateConnection()
525 ISCSI_SET_STAGES (LoginReq, Conn->CurrentStage, Conn->NextStage); in IScsiPrepareLoginReq()
608 UINT8 NextStage; in IScsiProcessLoginRsp() local
677 NextStage = (UINT8) ISCSI_GET_NEXT_STAGE (LoginRsp); in IScsiProcessLoginRsp()
684 (Transit && (NextStage != Conn->NextStage)) || in IScsiProcessLoginRsp()
782 Conn->CurrentStage = Conn->NextStage; in IScsiProcessLoginRsp()
785 Conn->NextStage = ISCSI_FULL_FEATURE_PHASE; in IScsiProcessLoginRsp()