Lines Matching defs:aer_op
743 struct xen_pcie_aer_op *aer_op;
749 aer_op = &(sh_info->aer_op);
750 aer_op->cmd = aer_cmd ;
752 aer_op->err = state;
755 &aer_op->domain, &aer_op->bus, &aer_op->devfn);
762 dev_dbg(&psdev->dev->dev, "aer_op %x dom %x bus %x devfn %x\n",
763 aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn);
797 aer_op->err = PCI_ERS_RESULT_NONE;
803 res = (__force pci_ers_result_t)aer_op->err;