HomeSort by relevance Sort by last modified time
    Searched defs:Mtftp6 (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
ComponentName.c 2 UEFI Component Name(2) protocol implementation for Mtftp6 driver.
165 L"MTFTP6 Network Service Driver"
232 Update the component name for the Mtftp6 child handle.
234 @param Mtftp6[in] A pointer to the EFI_MTFTP6_PROTOCOL.
243 IN EFI_MTFTP6_PROTOCOL *Mtftp6
251 if (Mtftp6 == NULL) {
258 Status = Mtftp6->GetModeData (Mtftp6, &Mtftp6ModeData);
378 EFI_MTFTP6_PROTOCOL *Mtftp6;
405 (VOID **)&Mtftp6,
    [all...]
Mtftp6Driver.c 3 implementation for Mtftp6 Driver.
36 Destroy the MTFTP6 service. The MTFTP6 service may be partly initialized,
40 @param[in] Service The MTFTP6 service to be destroyed.
66 Create then initialize a MTFTP6 service binding instance.
68 @param[in] Controller The controller to install the MTFTP6 service
70 @param[in] Image The driver binding image of the MTFTP6 driver.
129 // and Mtftp6 driver.
151 Destroy the MTFTP6 instance and recycle the resources.
153 @param[in] Instance The pointer to the MTFTP6 instance.
    [all...]
Mtftp6Impl.h 2 Mtftp6 internal data structure and definition declaration.
22 #include <Protocol/Mtftp6.h>
52 #define MTFTP6_INSTANCE_FROM_THIS(a) CR (a, MTFTP6_INSTANCE, Mtftp6, MTFTP6_INSTANCE_SIGNATURE)
63 // Control block for MTFTP6 instance, it's per configuration data.
69 EFI_MTFTP6_PROTOCOL Mtftp6;
102 // Control block for MTFTP6 service, it's per Nic handle.
130 Returns the current operating mode data for the MTFTP6 instance.
133 cached data packet for the MTFTP6 instance.
458 @param[in] This The MTFTP6 protocol instance.
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcMtftp.c 128 EFI_MTFTP6_PROTOCOL *Mtftp6;
139 Mtftp6 = Private->Mtftp6;
146 Status = Mtftp6->Configure (Mtftp6, Config);
165 Status = Mtftp6->GetInfo (
166 Mtftp6,
197 Status = Mtftp6->ParseOptions (
198 Mtftp6,
225 Mtftp6->Configure (Mtftp6, NULL);
    [all...]
PxeBcImpl.h 37 #include <Protocol/Mtftp6.h>
137 EFI_MTFTP6_PROTOCOL *Mtftp6;

Completed in 171 milliseconds