Lines Matching defs:aer_op
700 struct xen_pcie_aer_op *aer_op;
706 aer_op = &(sh_info->aer_op);
707 aer_op->cmd = aer_cmd ;
709 aer_op->err = state;
712 &aer_op->domain, &aer_op->bus, &aer_op->devfn);
719 dev_dbg(&psdev->dev->dev, "aer_op %x dom %x bus %x devfn %x\n",
720 aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn);
754 aer_op->err = PCI_ERS_RESULT_NONE;
760 res = (pci_ers_result_t)aer_op->err;