Lines Matching refs:cs_found
1529 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local
1534 return cs_found; in f1x_lookup_addr_in_dct()
1556 cs_found = csrow; in f1x_lookup_addr_in_dct()
1559 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()
1561 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()
1565 return cs_found; in f1x_lookup_addr_in_dct()
1606 int cs_found = -EINVAL; in f1x_match_to_this_node() local
1675 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
1677 if (cs_found >= 0) in f1x_match_to_this_node()
1680 return cs_found; in f1x_match_to_this_node()
1686 int cs_found = -EINVAL; in f15_m30h_match_to_this_node() local
1794 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel); in f15_m30h_match_to_this_node()
1796 if (cs_found >= 0) in f15_m30h_match_to_this_node()
1799 return cs_found; in f15_m30h_match_to_this_node()
1806 int cs_found = -EINVAL; in f1x_translate_sysaddr_to_cs() local
1814 cs_found = f15_m30h_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
1820 cs_found = f1x_match_to_this_node(pvt, range, in f1x_translate_sysaddr_to_cs()
1822 if (cs_found >= 0) in f1x_translate_sysaddr_to_cs()
1826 return cs_found; in f1x_translate_sysaddr_to_cs()