pci_status_get_and_clear_errors
pci_status_errs = pci_status_get_and_clear_errors(pdev);
pci_errs = pci_status_get_and_clear_errors(cp->pdev);
pci_errs = pci_status_get_and_clear_errors(gp->pdev);
EXPORT_SYMBOL_GPL(pci_status_get_and_clear_errors);
int pci_status_get_and_clear_errors(struct pci_dev *pdev);
int pci_status = pci_status_get_and_clear_errors(chip->pci);