Searched refs:pci_id2 (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/edac/ |
| D | amd64_edac.c | 3322 reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 pci_id1, u16 pci_id2) in reserve_mc_sibling_devs() argument 3331 pvt->F6 = pci_get_related_function(pvt->F3->vendor, pci_id2, pvt->F3); in reserve_mc_sibling_devs() 3336 edac_dbg(1, "F6 not found: device 0x%x\n", pci_id2); in reserve_mc_sibling_devs() 3358 pvt->F2 = pci_get_related_function(pvt->F3->vendor, pci_id2, pvt->F3); in reserve_mc_sibling_devs() 3363 edac_dbg(1, "F2 not found: device 0x%x\n", pci_id2); in reserve_mc_sibling_devs() 4095 u16 pci_id1, pci_id2; in hw_info_get() local 4104 pci_id2 = fam_type->f6_id; in hw_info_get() 4107 pci_id2 = fam_type->f2_id; in hw_info_get() 4110 ret = reserve_mc_sibling_devs(pvt, pci_id1, pci_id2); in hw_info_get()
|