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