Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/cxl/
Dpci.c1324 struct pci_dev *afu_dev; in cxl_vphb_error_detected() local
1331 list_for_each_entry(afu_dev, &afu->phb->bus->devices, bus_list) { in cxl_vphb_error_detected()
1332 if (!afu_dev->driver) in cxl_vphb_error_detected()
1335 afu_dev->error_state = state; in cxl_vphb_error_detected()
1337 if (afu_dev->driver->err_handler) in cxl_vphb_error_detected()
1338 afu_result = afu_dev->driver->err_handler->error_detected(afu_dev, in cxl_vphb_error_detected()
1477 struct pci_dev *afu_dev; in cxl_pci_slot_reset() local
1496 list_for_each_entry(afu_dev, &afu->phb->bus->devices, bus_list) { in cxl_pci_slot_reset()
1500 ctx = cxl_get_context(afu_dev); in cxl_pci_slot_reset()
1505 ctx = cxl_dev_context_init(afu_dev); in cxl_pci_slot_reset()
[all …]