Searched defs:core_pictype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c184 uint8_t core_pictype; /* CORE_GPC or CORE_FFC */ member in struct:core_pcbe_config
1705 conf.core_pictype = CORE_GPC;
1809 conf->core_pictype = CORE_FFC;
1842 ASSERT(conf->core_pictype == CORE_GPC ||
1843 conf->core_pictype == CORE_FFC);
1844 if (conf->core_pictype == CORE_GPC)
1891 ASSERT(cfg->core_pictype == CORE_GPC ||
1892 cfg->core_pictype == CORE_FFC);
1894 if (cfg->core_pictype == CORE_GPC) {
1977 ASSERT(cfg->core_pictype
[all...]

Completed in 79 milliseconds