Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c206 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in cs_sparedto()
207 cs = mcamd_cs_next(hdl, mc, cs)) { in cs_sparedto()
535 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_bkdg_patounum()
536 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_bkdg_patounum()
635 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_patounum()
636 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_patounum()
H A Dmcamd_rowcol.c514 for (cs = mcamd_cs_next(hdl, dimm, NULL); cs != NULL; in mc_offset_to_pa()
515 cs = mcamd_cs_next(hdl, dimm, cs)) { in mc_offset_to_pa()
552 for (cs = mcamd_cs_next(hdl, mc, NULL); cs != NULL; in mc_offset_to_pa()
553 cs = mcamd_cs_next(hdl, mc, cs)) { in mc_offset_to_pa()
H A Dmcamd_api.h226 extern mcamd_node_t *mcamd_cs_next(struct mcamd_hdl *, mcamd_node_t *,
/titanic_44/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c98 mcamd_cs_next(mcamd_hdl_t *hdl, mcamd_node_t *node, mcamd_node_t *last) in mcamd_cs_next() function