Home | History | Annotate | Download | only in Pei

Lines Matching refs:ErrorCode

69   UINT32                        ErrorCode;

270 Status = CheckIfDone (Ohc, CONTROL_LIST, Ed, HeadTd, &ErrorCode);
275 Status = CheckIfDone (Ohc, CONTROL_LIST, Ed, HeadTd, &ErrorCode);
278 *TransferResult = ConvertErrorCode (ErrorCode);
280 if (ErrorCode != TD_NO_ERROR) {
281 if (ErrorCode == TD_TOBE_PROCESSED) {
364 UINT32 ErrorCode;
510 Status = CheckIfDone (Ohc, BULK_LIST, Ed, HeadTd, &ErrorCode);
515 Status = CheckIfDone (Ohc, BULK_LIST, Ed, HeadTd, &ErrorCode);
518 *TransferResult = ConvertErrorCode (ErrorCode);
520 if (ErrorCode != TD_NO_ERROR) {
521 if (ErrorCode == TD_TOBE_PROCESSED) {