Lines Matching defs:aer_op
701 struct xen_pcie_aer_op *aer_op;
707 aer_op = &(sh_info->aer_op);
708 aer_op->cmd = aer_cmd ;
710 aer_op->err = state;
713 &aer_op->domain, &aer_op->bus, &aer_op->devfn);
720 dev_dbg(&psdev->dev->dev, "aer_op %x dom %x bus %x devfn %x\n",
721 aer_cmd, aer_op->domain, aer_op->bus, aer_op->devfn);
755 aer_op->err = PCI_ERS_RESULT_NONE;
761 res = (pci_ers_result_t)aer_op->err;