Searched refs:platform_type (Results 1 – 8 of 8) sorted by relevance
212 if ((nxgep->platform_type == P_NEPTUNE_NIU) || in nxge_vpd_info_get()213 (nxgep->platform_type == P_NEPTUNE_MARAMBA_P0) || in nxge_vpd_info_get()214 (nxgep->platform_type == P_NEPTUNE_MARAMBA_P1) || in nxge_vpd_info_get()215 (nxgep->platform_type == P_NEPTUNE_ROCK)) { in nxge_vpd_info_get()221 "nxgep->platform_type[%d]...reading vpd", nxgep->platform_type)); in nxge_vpd_info_get()245 nxgep->platform_type = P_NEPTUNE_ATLAS_4PORT; in nxge_vpd_info_get()250 nxgep->platform_type = P_NEPTUNE_ATLAS_2PORT; in nxge_vpd_info_get()253 nxgep->platform_type = P_NEPTUNE_ALONSO; in nxge_vpd_info_get()257 nxgep->platform_type = P_NEPTUNE_GENERIC; in nxge_vpd_info_get()262 if ((nxgep->platform_type == P_NEPTUNE_ALONSO) && in nxge_vpd_info_get()
718 switch (nxgep->platform_type) { in nxge_setup_xcvr_table()787 switch (nxgep->platform_type) { in nxge_setup_xcvr_table()889 nxgep->platform_type, nxgep->xcvr_addr)); in nxge_setup_xcvr_table()7762 hw_p->platform_type = P_NEPTUNE_NONE; in nxge_scan_ports_phy()7878 switch (hw_p->platform_type) { in nxge_scan_ports_phy()7895 hw_p->platform_type = in nxge_scan_ports_phy()7954 hw_p->platform_type = in nxge_scan_ports_phy()7958 if (hw_p->platform_type != in nxge_scan_ports_phy()7960 hw_p->platform_type = in nxge_scan_ports_phy()7981 if (hw_p->platform_type != P_NEPTUNE_NIU) { in nxge_scan_ports_phy()[all …]
6722 hw_p->platform_type = P_NEPTUNE_NIU; in nxge_init_common_dev()6726 hw_p->platform_type = P_NEPTUNE_NONE; in nxge_init_common_dev()6745 hw_p->platform_type = P_NEPTUNE_ROCK; in nxge_init_common_dev()6748 hw_p->platform_type)); in nxge_init_common_dev()6765 nxgep->platform_type = hw_p->platform_type; in nxge_init_common_dev()6767 nxgep->platform_type)); in nxge_init_common_dev()6921 switch (nxgep->platform_type) { in nxge_get_nports()
2191 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2234 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2278 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2322 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2663 switch (nxgep->platform_type) { in nxge_set_hw_dma_config()
477 (((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) == P_NEPTUNE_MARAMBA_P1))
544 uint32_t platform_type; member
674 platform_type_t platform_type; member
235 static int platform_type = -1; variable627 ASSERT(platform_type == -1); in determine_platform()629 platform_type = HW_NATIVE; in determine_platform()652 platform_type = HW_XEN_HVM; in determine_platform()656 platform_type = HW_VMWARE; in determine_platform()660 platform_type = HW_KVM; in determine_platform()664 platform_type = HW_MICROSOFT; in determine_platform()676 platform_type = HW_VMWARE; in determine_platform()699 platform_type &= ~HW_NATIVE; in determine_platform()700 platform_type |= HW_XEN_HVM; in determine_platform()[all …]