Searched refs:platform_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_espc.c212 if ((nxgep->platform_type == P_NEPTUNE_NIU) ||
213 (nxgep->platform_type == P_NEPTUNE_MARAMBA_P0) ||
214 (nxgep->platform_type == P_NEPTUNE_MARAMBA_P1) ||
215 (nxgep->platform_type == P_NEPTUNE_ROCK)) {
221 "nxgep->platform_type[%d]...reading vpd", nxgep->platform_type));
245 nxgep->platform_type = P_NEPTUNE_ATLAS_4PORT;
250 nxgep->platform_type = P_NEPTUNE_ATLAS_2PORT;
253 nxgep->platform_type = P_NEPTUNE_ALONSO;
257 nxgep->platform_type
[all...]
H A Dnxge_mac.c718 switch (nxgep->platform_type) {
787 switch (nxgep->platform_type) {
889 nxgep->platform_type, nxgep->xcvr_addr));
7762 hw_p->platform_type = P_NEPTUNE_NONE;
7878 switch (hw_p->platform_type) {
7895 hw_p->platform_type =
7954 hw_p->platform_type =
7958 if (hw_p->platform_type !=
7960 hw_p->platform_type =
7981 if (hw_p->platform_type !
[all...]
H A Dnxge_main.c6722 hw_p->platform_type = P_NEPTUNE_NIU;
6726 hw_p->platform_type = P_NEPTUNE_NONE;
6745 hw_p->platform_type = P_NEPTUNE_ROCK;
6747 "ROCK hw_p->platform_type %d",
6748 hw_p->platform_type));
6765 nxgep->platform_type = hw_p->platform_type;
6766 NXGE_DEBUG_MSG((nxgep, MOD_CTL, "nxgep->platform_type %d",
6767 nxgep->platform_type));
6921 switch (nxgep->platform_type) {
[all...]
H A Dnxge_virtual.c2191 switch (nxgep->platform_type) {
2234 switch (nxgep->platform_type) {
2278 switch (nxgep->platform_type) {
2322 switch (nxgep->platform_type) {
2663 switch (nxgep->platform_type) {
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h477 (((nxgep->platform_type) == P_NEPTUNE_ATLAS_2PORT) || \
478 ((nxgep->platform_type) == P_NEPTUNE_ATLAS_4PORT) || \
479 ((nxgep->platform_type) == P_NEPTUNE_MARAMBA_P0) || \
480 ((nxgep->platform_type) == P_NEPTUNE_MARAMBA_P1) || \
481 ((nxgep->platform_type) == P_NEPTUNE_GENERIC) || \
482 ((nxgep->platform_type) == P_NEPTUNE_ALONSO) || \
483 ((nxgep->platform_type) == P_NEPTUNE_ROCK))
486 (((nxgep->platform_type) == P_NEPTUNE_NIU) || \
487 ((nxgep->platform_type) == P_NEPTUNE_MARAMBA_P0) || \
488 ((nxgep->platform_type)
[all...]
H A Dnxge_common.h544 uint32_t platform_type; member in struct:nxge_hw_list
H A Dnxge.h674 platform_type_t platform_type; member in struct:_nxge_t
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c234 static int platform_type = -1; variable
239 * disabled (e.g. platform_type will always be HW_NATIVE if this is 0).
615 * values of platform_type. Must be called before cpuid_pass1(), the earliest
626 ASSERT(platform_type == -1);
628 platform_type = HW_NATIVE;
651 platform_type = HW_XEN_HVM;
655 platform_type = HW_VMWARE;
659 platform_type = HW_KVM;
663 platform_type = HW_MICROSOFT;
675 platform_type
[all...]

Completed in 186 milliseconds