aer_op            596 drivers/pci/xen-pcifront.c 	int bus = pdev->sh_info->aer_op.bus;
aer_op            597 drivers/pci/xen-pcifront.c 	int devfn = pdev->sh_info->aer_op.devfn;
aer_op            598 drivers/pci/xen-pcifront.c 	int domain = pdev->sh_info->aer_op.domain;
aer_op            656 drivers/pci/xen-pcifront.c 	int cmd = pdev->sh_info->aer_op.cmd;
aer_op            658 drivers/pci/xen-pcifront.c 		(pci_channel_state_t)pdev->sh_info->aer_op.err;
aer_op            664 drivers/pci/xen-pcifront.c 		pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn);
aer_op            666 drivers/pci/xen-pcifront.c 	pdev->sh_info->aer_op.err = pcifront_common_process(cmd, pdev, state);
aer_op            698 drivers/xen/xen-pciback/pci_stub.c 	struct xen_pcie_aer_op *aer_op;
aer_op            704 drivers/xen/xen-pciback/pci_stub.c 	aer_op = &(sh_info->aer_op);
aer_op            705 drivers/xen/xen-pciback/pci_stub.c 	aer_op->cmd = aer_cmd ;
aer_op            707 drivers/xen/xen-pciback/pci_stub.c 	aer_op->err = state;
aer_op            710 drivers/xen/xen-pciback/pci_stub.c 		&aer_op->domain, &aer_op->bus, &aer_op->devfn);
aer_op            720 drivers/xen/xen-pciback/pci_stub.c 			aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn);
aer_op            747 drivers/xen/xen-pciback/pci_stub.c 			aer_op->err = PCI_ERS_RESULT_NONE;
aer_op            760 drivers/xen/xen-pciback/pci_stub.c 	res = (pci_ers_result_t)aer_op->err;
aer_op            109 include/xen/interface/io/pciif.h 	struct xen_pcie_aer_op aer_op;