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()7621 hw_p->platform_type = P_NEPTUNE_NONE; in nxge_scan_ports_phy()7737 switch (hw_p->platform_type) { in nxge_scan_ports_phy()7754 hw_p->platform_type = in nxge_scan_ports_phy()7813 hw_p->platform_type = in nxge_scan_ports_phy()7817 if (hw_p->platform_type != in nxge_scan_ports_phy()7819 hw_p->platform_type = in nxge_scan_ports_phy()7840 if (hw_p->platform_type != P_NEPTUNE_NIU) { in nxge_scan_ports_phy()[all …]
6704 hw_p->platform_type = P_NEPTUNE_NIU; in nxge_init_common_dev()6708 hw_p->platform_type = P_NEPTUNE_NONE; in nxge_init_common_dev()6727 hw_p->platform_type = P_NEPTUNE_ROCK; in nxge_init_common_dev()6730 hw_p->platform_type)); in nxge_init_common_dev()6747 nxgep->platform_type = hw_p->platform_type; in nxge_init_common_dev()6749 nxgep->platform_type)); in nxge_init_common_dev()6903 switch (nxgep->platform_type) { in nxge_get_nports()
2189 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2232 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2276 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2320 switch (nxgep->platform_type) { in nxge_use_cfg_dma_config()2661 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
1782 static int platform_type = -1; variable2216 ASSERT(platform_type == -1); in determine_platform()2218 platform_type = HW_NATIVE; in determine_platform()2241 platform_type = HW_XEN_HVM; in determine_platform()2245 platform_type = HW_VMWARE; in determine_platform()2249 platform_type = HW_KVM; in determine_platform()2253 platform_type = HW_BHYVE; in determine_platform()2257 platform_type = HW_MICROSOFT; in determine_platform()2261 platform_type = HW_QEMU_TCG; in determine_platform()2265 platform_type = HW_VIRTUALBOX; in determine_platform()[all …]