Home
last modified time | relevance | path

Searched refs:RequestLen (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcDhcp6.c672 UINTN RequestLen; in PxeBcRequestBootService() local
708 RequestLen = DiscoverLen; in PxeBcRequestBootService()
730 while (RequestLen < Request->Length) { in PxeBcRequestBootService()
745 RequestLen += (OpLen + 4); in PxeBcRequestBootService()
753 (UINT32)(RequestLen - 4), in PxeBcRequestBootService()
1808 UINTN RequestLen; in PxeBcDhcp6Discover() local
1846 RequestLen = DiscoverLen; in PxeBcDhcp6Discover()
1848 while (RequestLen < Request->Length) { in PxeBcDhcp6Discover()
1861 RequestLen += (OpLen + 4); in PxeBcDhcp6Discover()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciPei/
DUhcPeim.c1510 IN UINT8 RequestLen, in GenSetupStageTD() argument
1574 SetTDTokenMaxLength (TdStruct, RequestLen); in GenSetupStageTD()
1585 TdStruct->TDBufferLength = RequestLen; in GenSetupStageTD()
DUhcPeim.h672 IN UINT8 RequestLen,