Home | History | Annotate | Download | only in Protocol

Lines Matching refs:Operation

396   @retval EFI_DEVICE_ERROR      The network device encountered an error during this operation.                                

430 operation.
475 type of discovery operation that is to be performed.
480 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
504 read a directory, and read a file. The type of operation is specified by Operation.
505 If the callback function that is invoked during the TFTP/MTFTP operation does
513 read operation, then BufferSize will be set to the size of the downloaded file,
517 (greater than 64 MB) files--instead of making two calls to the read-file operation.
523 BufferSize specifies the number of bytes to send. If the write operation completes
535 The format of the data returned from a TFTP read directory operation is a null-terminated
545 @param Operation The type of operation to perform.
556 @param DontUseBuffer Set to FALSE for normal TFTP and MTFTP read file operation.
558 @retval EFI_SUCCESS The TFTP/MTFTP operation was completed.
561 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
562 @retval EFI_BUFFER_TOO_SMALL The buffer is not large enough to complete the read operation.
563 @retval EFI_ABORTED The callback function aborted the TFTP/MTFTP operation.
564 @retval EFI_TIMEOUT The TFTP/MTFTP operation timed out.
573 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
599 @param OpFlags The UDP operation flags.
612 @retval EFI_SUCCESS The UDP Write operation was completed.
616 @retval EFI_ABORTED The callback function aborted the UDP Write operation.
617 @retval EFI_TIMEOUT The UDP Write operation timed out.
654 @param OpFlags The UDP operation flags.
666 @retval EFI_SUCCESS The UDP Read operation was completed.
669 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
671 @retval EFI_ABORTED The callback function aborted the UDP Read operation.
672 @retval EFI_TIMEOUT The UDP Read operation timed out.
753 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
767 Updates the parameters that affect the operation of the PXE Base Code Protocol.
769 This function sets parameters that affect the operation of the PXE Base Code Protocol.