Searched refs:EFI_MTFTP6_PACKET_NEEDED (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DMtftp6.h365 EFI_MTFTP6_PACKET_NEEDED is a callback function that the caller provides to feed data to the
368 EFI_MTFTP6_PACKET_NEEDED provides another mechanism for the caller to provide data to upload
369 other than a static buffer. The EFI MTFTP6 Protocol driver always calls EFI_MTFTP6_PACKET_NEEDED
386 (EFIAPI *EFI_MTFTP6_PACKET_NEEDED)( typedef
460 EFI_MTFTP6_PACKET_NEEDED PacketNeeded;
682 and the driver will upload the data in the buffer. With an EFI_MTFTP6_PACKET_NEEDED
684 See the definition of EFI_MTFTP6_PACKET_NEEDED for more information. These two modes

Completed in 86 milliseconds