Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dpci_stub.c701 struct xen_pcie_aer_op *aer_op; in common_process() local
707 aer_op = &(sh_info->aer_op); in common_process()
708 aer_op->cmd = aer_cmd ; in common_process()
710 aer_op->err = state; in common_process()
713 &aer_op->domain, &aer_op->bus, &aer_op->devfn); in common_process()
721 aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn); in common_process()
755 aer_op->err = PCI_ERS_RESULT_NONE; in common_process()
761 res = (pci_ers_result_t)aer_op->err; in common_process()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dxen-pcifront.c590 int bus = pdev->sh_info->aer_op.bus; in pcifront_common_process()
591 int devfn = pdev->sh_info->aer_op.devfn; in pcifront_common_process()
592 int domain = pdev->sh_info->aer_op.domain; in pcifront_common_process()
650 int cmd = pdev->sh_info->aer_op.cmd; in pcifront_do_aer()
652 (pci_channel_state_t)pdev->sh_info->aer_op.err; in pcifront_do_aer()
658 pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn); in pcifront_do_aer()
660 pdev->sh_info->aer_op.err = pcifront_common_process(cmd, pdev, state); in pcifront_do_aer()
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dpciif.h109 struct xen_pcie_aer_op aer_op; member