Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/pcie/
Daer.c1046 bool *handles_cxl = data; in handles_cxl_error_iter() local
1048 if (!*handles_cxl) in handles_cxl_error_iter()
1049 *handles_cxl = is_cxl_mem_dev(dev) && cxl_error_is_native(dev); in handles_cxl_error_iter()
1052 return *handles_cxl; in handles_cxl_error_iter()
1057 bool handles_cxl = false; in handles_cxl_errors() local
1061 pcie_walk_rcec(rcec, handles_cxl_error_iter, &handles_cxl); in handles_cxl_errors()
1063 return handles_cxl; in handles_cxl_errors()