HomeSort by relevance Sort by last modified time
    Searched refs:Mtftp6 (Results 1 - 10 of 10) 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...]
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.
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...]
Mtftp6Wrq.c 2 Mtftp6 Wrq process functions implementation.
21 Build and send a Mtftp6 data packet for upload.
23 @param[in] Instance The pointer to the Mtftp6 instance.
89 Status = Token->PacketNeeded (&Instance->Mtftp6, Token, &DataLen, (VOID*) &DataBuf);
133 @param[in] Instance The pointer to the Mtftp6 instance.
200 // Send the Mtftp6 error message if block number rolls back.
229 4. Other requirements of the individal MTFTP6 options as required.
269 @param[in] Instance The pointer to the Mtftp6 instance.
336 // Send the Mtftp6 error message if invalid Oack packet received.
374 The packet process callback for Mtftp6 upload.
    [all...]
Mtftp6Rrq.c 2 Mtftp6 Rrq process functions implementation.
22 @param[in] Instance The pointer to the Mtftp6 instance.
72 @param[in] Instance The pointer to the Mtftp6 instance.
133 Status = Token->CheckPacket (&Instance->Mtftp6, Token, (UINT16) Len, Packet);
143 // Send the Mtftp6 error message if user aborted the current session.
181 // Send the Mtftp6 error message if no enough buffer.
201 @param[in] Instance The pointer to the Mtftp6 instance.
306 @param[in] Instance The pointer to the Mtftp6 instance.
431 @param[in] Instance The pointer to the Mtftp6 instance.
502 // Send the Mtftp6 error message if invalid packet.
    [all...]
Mtftp6Support.c 2 Mtftp6 support functions implementation.
388 The configure routine for Mtftp6 instance to transmit/receive.
396 @retval EFI_SUCCESS Configured the Udp6 Io for Mtftp6 successfully.
459 Build and transmit the request packet for the Mtftp6 instance.
461 @param[in] Instance The pointer to the Mtftp6 instance.
514 // Compute the size of new Mtftp6 packet.
588 @param[in] Instance The pointer to the Mtftp6 instance.
668 Send the packet for the Mtftp6 instance.
670 @param[in] Instance The pointer to the Mtftp6 instance.
854 @param[in] This The pointer to the Mtftp6 protocol.
    [all...]
  /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;
PxeBcDriver.c 360 // Close Mtftp6 for PxeBc->Mtftp and destroy the instance.
955 // Create Mtftp6 child and open Mtftp6 protocol for PxeBc->Mtftp.
970 (VOID **) &Private->Mtftp6,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 116 #include <Protocol/Mtftp6.h>

Completed in 158 milliseconds