Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/edac/
Damd64_edac.c2942 reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 pci_id1, u16 pci_id2) in reserve_mc_sibling_devs() argument
2951 pvt->F6 = pci_get_related_function(pvt->F3->vendor, pci_id2, pvt->F3); in reserve_mc_sibling_devs()
2956 edac_dbg(1, "F6 not found: device 0x%x\n", pci_id2); in reserve_mc_sibling_devs()
2978 pvt->F2 = pci_get_related_function(pvt->F3->vendor, pci_id2, pvt->F3); in reserve_mc_sibling_devs()
2983 edac_dbg(1, "F2 not found: device 0x%x\n", pci_id2); in reserve_mc_sibling_devs()
3699 u16 pci_id1, pci_id2; in hw_info_get() local
3708 pci_id2 = fam_type->f6_id; in hw_info_get()
3711 pci_id2 = fam_type->f2_id; in hw_info_get()
3714 ret = reserve_mc_sibling_devs(pvt, pci_id1, pci_id2); in hw_info_get()