Home | History | Annotate | Download | only in PciEmulation

Lines Matching refs:Operation

315   IN     EFI_PCI_IO_PROTOCOL_OPERATION  Operation,

324 if (Operation == EfiPciIoOperationBusMasterRead) {
326 } else if (Operation == EfiPciIoOperationBusMasterWrite) {
328 } else if (Operation == EfiPciIoOperationBusMasterCommonBuffer) {
447 Performs an operation on the attributes that this PCI controller supports.
454 @param[in] Operation The operation to perform on the attributes for this
463 @retval EFI_SUCCESS The operation on the PCI controller's
464 operation
467 @retval EFI_INVALID_PARAMETER Operation is greater than or equal to
469 @retval EFI_INVALID_PARAMETER Operation is Get and Result is NULL.
470 @retval EFI_INVALID_PARAMETER Operation is Supported and Result is NULL.
476 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
481 switch (Operation) {