Lines Matching refs:cs_found
2103 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local
2108 return cs_found; in f1x_lookup_addr_in_dct()
2130 cs_found = csrow; in f1x_lookup_addr_in_dct()
2133 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()
2135 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()
2139 return cs_found; in f1x_lookup_addr_in_dct()
2180 int cs_found = -EINVAL; in f1x_match_to_this_node() local
2249 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2251 if (cs_found >= 0) in f1x_match_to_this_node()
2254 return cs_found; in f1x_match_to_this_node()
2260 int cs_found = -EINVAL; in f15_m30h_match_to_this_node() local
2371 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()
2373 if (cs_found >= 0) in f15_m30h_match_to_this_node()
2376 return cs_found; in f15_m30h_match_to_this_node()
2383 int cs_found = -EINVAL; in f1x_translate_sysaddr_to_cs() local
2391 cs_found = f15_m30h_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2397 cs_found = f1x_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2399 if (cs_found >= 0) in f1x_translate_sysaddr_to_cs()
2403 return cs_found; in f1x_translate_sysaddr_to_cs()