Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/edac/
Damd64_edac.c3322 reserve_mc_sibling_devs(struct amd64_pvt *pvt, u16 pci_id1, u16 pci_id2) in reserve_mc_sibling_devs() argument
3325 pvt->F0 = pci_get_related_function(pvt->F3->vendor, pci_id1, pvt->F3); in reserve_mc_sibling_devs()
3327 edac_dbg(1, "F0 not found, device 0x%x\n", pci_id1); in reserve_mc_sibling_devs()
3351 pvt->F1 = pci_get_related_function(pvt->F3->vendor, pci_id1, pvt->F3); in reserve_mc_sibling_devs()
3353 edac_dbg(1, "F1 not found: device 0x%x\n", pci_id1); in reserve_mc_sibling_devs()
4095 u16 pci_id1, pci_id2; in hw_info_get() local
4103 pci_id1 = fam_type->f0_id; in hw_info_get()
4106 pci_id1 = fam_type->f1_id; in hw_info_get()
4110 ret = reserve_mc_sibling_devs(pvt, pci_id1, pci_id2); in hw_info_get()