Home | History | Annotate | Download | only in ArpDxe

Lines Matching refs:RequestContext

499   USER_REQUEST_CONTEXT     *RequestContext;

597 RequestContext = AllocatePool (sizeof(USER_REQUEST_CONTEXT));
598 if (RequestContext == NULL) {
599 DEBUG ((EFI_D_ERROR, "ArpRequest: Allocate memory for RequestContext failed.\n"));
605 RequestContext->Instance = Instance;
606 RequestContext->UserRequestEvent = ResolvedEvent;
607 RequestContext->UserHwAddrBuffer = TargetHwAddress;
608 InitializeListHead (&RequestContext->List);
631 FreePool (RequestContext);
651 InsertHeadList (&CacheEntry->UserRequestList, &RequestContext->List);