Home
last modified time | relevance | path

Searched refs:cs_found (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/edac/
Damd64_edac.c2462 int cs_found = -EINVAL; in f1x_lookup_addr_in_dct() local
2467 return cs_found; in f1x_lookup_addr_in_dct()
2489 cs_found = csrow; in f1x_lookup_addr_in_dct()
2492 cs_found = f10_process_possible_spare(pvt, dct, csrow); in f1x_lookup_addr_in_dct()
2494 edac_dbg(1, " MATCH csrow=%d\n", cs_found); in f1x_lookup_addr_in_dct()
2498 return cs_found; in f1x_lookup_addr_in_dct()
2539 int cs_found = -EINVAL; in f1x_match_to_this_node() local
2608 cs_found = f1x_lookup_addr_in_dct(chan_addr, node_id, channel); in f1x_match_to_this_node()
2610 if (cs_found >= 0) in f1x_match_to_this_node()
2613 return cs_found; in f1x_match_to_this_node()
[all …]