Home
last modified time | relevance | path

Searched refs:pci_idx (Results 1 – 3 of 3) sorted by relevance

/drivers/edac/
Dedac_pci.c138 if (rover->pci_idx >= pci->pci_idx) { in add_edac_pci_to_global_list()
139 if (unlikely(rover->pci_idx == pci->pci_idx)) in add_edac_pci_to_global_list()
154 rover->mod_name, rover->ctl_name, rover->pci_idx); in add_edac_pci_to_global_list()
160 "\tduplicate pci_idx %d in %s()\n", rover->pci_idx, in add_edac_pci_to_global_list()
202 if (pci->pci_idx >= idx) {
203 if (pci->pci_idx == idx)
337 pci->pci_idx = edac_idx; in edac_pci_add_device()
417 pci->pci_idx, pci->mod_name, pci->ctl_name, edac_dev_name(pci)); in edac_pci_del_device()
Dedac_pci_sysfs.c447 edac_dbg(0, "idx=%d\n", pci->pci_idx); in edac_pci_create_sysfs()
455 err = edac_pci_create_instance_kobj(pci, pci->pci_idx); in edac_pci_create_sysfs()
484 edac_dbg(0, "index=%d\n", pci->pci_idx); in edac_pci_remove_sysfs()
720 pci->ctl_name, pci->pci_idx, msg); in edac_pci_handle_pe()
745 pci->ctl_name, pci->pci_idx, msg); in edac_pci_handle_npe()
Dedac_core.h62 printk(level "EDAC PCI%d: " fmt, ctl->pci_idx, ##arg)
337 int pci_idx; member