Home
last modified time | relevance | path

Searched refs:aer_op (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/xen/xen-pciback/
Dpci_stub.c763 struct xen_pcie_aer_op *aer_op; in common_process() local
769 aer_op = &(sh_info->aer_op); in common_process()
770 aer_op->cmd = aer_cmd ; in common_process()
772 aer_op->err = state; in common_process()
775 &aer_op->domain, &aer_op->bus, &aer_op->devfn); in common_process()
783 aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn); in common_process()
817 aer_op->err = PCI_ERS_RESULT_NONE; in common_process()
823 res = (__force pci_ers_result_t)aer_op->err; in common_process()
/linux-6.12.1/drivers/pci/
Dxen-pcifront.c579 int bus = pdev->sh_info->aer_op.bus; in pcifront_common_process()
580 int devfn = pdev->sh_info->aer_op.devfn; in pcifront_common_process()
581 int domain = pdev->sh_info->aer_op.domain; in pcifront_common_process()
622 int cmd = pdev->sh_info->aer_op.cmd; in pcifront_do_aer()
624 (pci_channel_state_t)pdev->sh_info->aer_op.err; in pcifront_do_aer()
632 pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn); in pcifront_do_aer()
634 pdev->sh_info->aer_op.err = pcifront_common_process(cmd, pdev, state); in pcifront_do_aer()
/linux-6.12.1/include/xen/interface/io/
Dpciif.h92 struct xen_pcie_aer_op aer_op; member