Searched refs:pci_idx (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/edac/ |
D | edac_pci.c | 114 if (rover->pci_idx >= pci->pci_idx) { in add_edac_pci_to_global_list() 115 if (unlikely(rover->pci_idx == pci->pci_idx)) in add_edac_pci_to_global_list() 130 rover->mod_name, rover->ctl_name, rover->pci_idx); in add_edac_pci_to_global_list() 136 "\tduplicate pci_idx %d in %s()\n", rover->pci_idx, in add_edac_pci_to_global_list() 204 pci->pci_idx = edac_idx; in edac_pci_add_device() 273 pci->pci_idx, pci->mod_name, pci->ctl_name, edac_dev_name(pci)); in edac_pci_del_device()
|
D | edac_pci_sysfs.c | 428 edac_dbg(0, "idx=%d\n", pci->pci_idx); in edac_pci_create_sysfs() 436 err = edac_pci_create_instance_kobj(pci, pci->pci_idx); in edac_pci_create_sysfs() 460 edac_dbg(0, "index=%d\n", pci->pci_idx); in edac_pci_remove_sysfs() 696 pci->ctl_name, pci->pci_idx, msg); in edac_pci_handle_pe() 721 pci->ctl_name, pci->pci_idx, msg); in edac_pci_handle_npe()
|
D | edac_pci.h | 49 int pci_idx; member
|
D | edac_mc.h | 61 printk(level "EDAC PCI%d: " fmt, ctl->pci_idx, ##arg)
|