Searched refs:node2type (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/intel/io/mc-amd/ |
H A D | mcamd_subr.c | 64 node2type(mcamd_node_t *node, int type) in node2type() function 85 mc = node2type(last, MC_NT_MC); in mcamd_mc_next() 112 mc = node2type(node, MC_NT_MC); in mcamd_cs_next() 116 mcd = node2type(node, MC_NT_DIMM); in mcamd_cs_next() 121 mccs = node2type(last, MC_NT_CS); in mcamd_cs_next() 128 mcd = node2type(node, MC_NT_DIMM); in mcamd_cs_next() 169 mc = node2type(node, MC_NT_MC); in mcamd_dimm_next() 173 mccs = node2type(node, MC_NT_CS); in mcamd_dimm_next() 178 mcd = node2type(last, MC_NT_DIMM); in mcamd_dimm_next() 185 mccs = node2type(node, MC_NT_CS); in mcamd_dimm_next() [all …]
|