Home | History | Annotate | Download | only in IScsiDxe

Lines Matching refs:IsId

444   CopyMem (Session->Isid, Session->ConfigData->SessionConfigData.IsId, 6);

764 CopyMem (LoginReq->Isid, Session->Isid, sizeof (LoginReq->Isid));
926 (CompareMem (Session->Isid, LoginRsp->Isid, sizeof (LoginRsp->Isid)) != 0) ||
935 // The ISID in the Login Response MUST be the same with this session.