Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/dimm/
H A Dtopo_dimm.c573 uint32_t (*dc_count)(const struct dimm_comp *, const spd_cache_t *, member
1058 .dc_count = dimm_comp_count_dies, .dc_mfg = dimm_comp_mfg_die },
1060 .dc_count = dimm_comp_count_solo, .dc_mfg = dimm_comp_mfg_single,
1063 SPD_DEVICE_TEMP_2, .dc_count = dimm_comp_count_mask,
1073 .dc_count = dimm_comp_count_regs, .dc_mfg = dimm_comp_mfg_single,
1123 if (pres && c->dc_count != NULL) { in topo_dimm_add_comps()
1124 uint32_t count = c->dc_count(c, cache, spd); in topo_dimm_add_comps()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnxrcv.c61 uint_t dc_count; in bnx_rxbuffer_alloc() local
94 &cookie, &dc_count); in bnx_rxbuffer_alloc()