Home
last modified time | relevance | path

Searched refs:pci_id1 (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
2945 pvt->F0 = pci_get_related_function(pvt->F3->vendor, pci_id1, pvt->F3); in reserve_mc_sibling_devs()
2947 edac_dbg(1, "F0 not found, device 0x%x\n", pci_id1); in reserve_mc_sibling_devs()
2971 pvt->F1 = pci_get_related_function(pvt->F3->vendor, pci_id1, pvt->F3); in reserve_mc_sibling_devs()
2973 edac_dbg(1, "F1 not found: device 0x%x\n", pci_id1); in reserve_mc_sibling_devs()
3699 u16 pci_id1, pci_id2; in hw_info_get() local
3707 pci_id1 = fam_type->f0_id; in hw_info_get()
3710 pci_id1 = fam_type->f1_id; in hw_info_get()
3714 ret = reserve_mc_sibling_devs(pvt, pci_id1, pci_id2); in hw_info_get()