Searched refs:aer_op (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 701 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() 720 dev_dbg(&psdev->dev->dev, "aer_op %x dom %x bus %x devfn %x\n", in common_process() 721 aer_cmd, aer_op in common_process() [all...] |
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pci_stub.c | 700 struct xen_pcie_aer_op *aer_op; in common_process() local 706 aer_op = &(sh_info->aer_op); in common_process() 707 aer_op->cmd = aer_cmd ; in common_process() 709 aer_op->err = state; in common_process() 712 &aer_op->domain, &aer_op->bus, &aer_op->devfn); in common_process() 719 dev_dbg(&psdev->dev->dev, "aer_op %x dom %x bus %x devfn %x\n", in common_process() 720 aer_cmd, aer_op in common_process() [all...] |
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | xen-pcifront.c | 579 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()
|
/kernel/linux/linux-5.10/include/xen/interface/io/ |
H A D | pciif.h | 97 /*IN/OUT: return aer_op result or carry error_detected state as input*/ 109 struct xen_pcie_aer_op aer_op; member
|
/kernel/linux/linux-6.6/include/xen/interface/io/ |
H A D | pciif.h | 80 /*IN/OUT: return aer_op result or carry error_detected state as input*/ 92 struct xen_pcie_aer_op aer_op; member
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | xen-pcifront.c | 590 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()
|
Completed in 7 milliseconds