Searched refs:handles_cxl (Results 1 – 1 of 1) sorted by relevance
1046 bool *handles_cxl = data; in handles_cxl_error_iter() local1048 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() local1061 pcie_walk_rcec(rcec, handles_cxl_error_iter, &handles_cxl); in handles_cxl_errors()1063 return handles_cxl; in handles_cxl_errors()