Lines Matching refs:cs_found
2475 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local
2480 return cs_found; in f1x_lookup_addr_in_dct()
2502 cs_found = csrow; in f1x_lookup_addr_in_dct()
2505 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()
2507 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()
2511 return cs_found; in f1x_lookup_addr_in_dct()
2552 int cs_found = -EINVAL; in f1x_match_to_this_node() local
2621 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2623 if (cs_found >= 0) in f1x_match_to_this_node()
2626 return cs_found; in f1x_match_to_this_node()
2632 int cs_found = -EINVAL; in f15_m30h_match_to_this_node() local
2743 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()
2745 if (cs_found >= 0) in f15_m30h_match_to_this_node()
2748 return cs_found; in f15_m30h_match_to_this_node()
2755 int cs_found = -EINVAL; in f1x_translate_sysaddr_to_cs() local
2763 cs_found = f15_m30h_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2769 cs_found = f1x_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2771 if (cs_found >= 0) in f1x_translate_sysaddr_to_cs()
2775 return cs_found; in f1x_translate_sysaddr_to_cs()