Searched refs:cs_found (Results 1 – 1 of 1) sorted by relevance
1821 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local1826 return cs_found; in f1x_lookup_addr_in_dct()1848 cs_found = csrow; in f1x_lookup_addr_in_dct()1851 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()1853 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()1857 return cs_found; in f1x_lookup_addr_in_dct()1898 int cs_found = -EINVAL; in f1x_match_to_this_node() local1967 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()1969 if (cs_found >= 0) in f1x_match_to_this_node()1972 return cs_found; in f1x_match_to_this_node()[all …]