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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dedac_pci.c116 * edac_dev->pci_idx.
135 /* Insert in ascending order by 'pci_idx', so find position */
139 if (rover->pci_idx >= pci->pci_idx) {
140 if (unlikely(rover->pci_idx == pci->pci_idx))
155 rover->mod_name, rover->ctl_name, rover->pci_idx);
161 "\tduplicate pci_idx %d in %s()\n", rover->pci_idx,
314 pci->pci_idx
[all...]
H A Dedac_pci_sysfs.c445 debugf0("%s() idx=%d\n", __func__, pci->pci_idx);
453 err = edac_pci_create_instance_kobj(pci, pci->pci_idx);
483 debugf0("%s() index=%d\n", __func__, pci->pci_idx);
721 pci->ctl_name, pci->pci_idx, msg);
746 pci->ctl_name, pci->pci_idx, msg);
H A Dedac_core.h62 printk(level "EDAC PCI%d: " fmt, ctl->pci_idx, ##arg)
689 int pci_idx; member in struct:edac_pci_ctl_info

Completed in 47 milliseconds