Lines Matching defs:cs_found
1844 int cs_found = -EINVAL;
1849 return cs_found;
1871 cs_found = csrow;
1874 cs_found = f10_process_possible_spare(pvt, dct, csrow);
1876 edac_dbg(1, " MATCH csrow=%d\n", cs_found);
1880 return cs_found;
1921 int cs_found = -EINVAL;
1990 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel);
1992 if (cs_found >= 0)
1995 return cs_found;
2001 int cs_found = -EINVAL;
2112 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, alias_channel);
2114 if (cs_found >= 0)
2117 return cs_found;
2124 int cs_found = -EINVAL;
2132 cs_found = f15_m30h_match_to_this_node(pvt, range,
2138 cs_found = f1x_match_to_this_node(pvt, range,
2140 if (cs_found >= 0)
2144 return cs_found;