Lines Matching refs:cs_found
1830 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local
1835 return cs_found; in f1x_lookup_addr_in_dct()
1857 cs_found = csrow; in f1x_lookup_addr_in_dct()
1860 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()
1862 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()
1866 return cs_found; in f1x_lookup_addr_in_dct()
1907 int cs_found = -EINVAL; in f1x_match_to_this_node() local
1976 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
1978 if (cs_found >= 0) in f1x_match_to_this_node()
1981 return cs_found; in f1x_match_to_this_node()
1987 int cs_found = -EINVAL; in f15_m30h_match_to_this_node() local
2098 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()
2100 if (cs_found >= 0) in f15_m30h_match_to_this_node()
2103 return cs_found; in f15_m30h_match_to_this_node()
2110 int cs_found = -EINVAL; in f1x_translate_sysaddr_to_cs() local
2118 cs_found = f15_m30h_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2124 cs_found = f1x_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
2126 if (cs_found >= 0) in f1x_translate_sysaddr_to_cs()
2130 return cs_found; in f1x_translate_sysaddr_to_cs()