Searched refs:cs_found (Results 1 – 1 of 1) sorted by relevance
2477 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local2482 return cs_found; in f1x_lookup_addr_in_dct()2504 cs_found = csrow; in f1x_lookup_addr_in_dct()2507 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()2509 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()2513 return cs_found; in f1x_lookup_addr_in_dct()2554 int cs_found = -EINVAL; in f1x_match_to_this_node() local2623 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()2625 if (cs_found >= 0) in f1x_match_to_this_node()2628 return cs_found; in f1x_match_to_this_node()[all …]