/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_espc.c | 138 uint8_t phy_type; in nxge_espc_phy_type_get() local 143 npi_status = npi_espc_port_phy_type_get(handle, &phy_type, port_num); in nxge_espc_phy_type_get() 149 switch (phy_type) { in nxge_espc_phy_type_get() 174 "Unknown phy type [%d]", phy_type)); in nxge_espc_phy_type_get() 264 (void) strcpy(nxgep->vpd_info.phy_type, "mif"); in nxge_vpd_info_get() 273 (void) strcpy(nxgep->vpd_info.phy_type, "mif"); in nxge_vpd_info_get()
|
H A D | nxge_mac.c | 281 char *phy_type; in nxge_get_xcvr_type() local 514 phy_type = nxgep->vpd_info.phy_type; in nxge_get_xcvr_type() 516 if (strncmp(phy_type, "mif", 3) == 0) { in nxge_get_xcvr_type() 519 } else if (strncmp(phy_type, "xgf", 3) == 0) { in nxge_get_xcvr_type() 522 } else if (strncmp(phy_type, "pcs", 3) == 0) { in nxge_get_xcvr_type() 525 } else if (strncmp(phy_type, "xgc", 3) == 0) { in nxge_get_xcvr_type() 532 } else if (strncmp(phy_type, "xgsd", 4) == 0) { in nxge_get_xcvr_type() 535 } else if (strncmp(phy_type, "gsd", 3) == 0) { in nxge_get_xcvr_type() 541 phy_type[0], phy_type[1], phy_type[2])); in nxge_get_xcvr_type()
|
/titanic_41/usr/src/uts/common/io/mii/ |
H A D | mii.c | 282 mh->m_bogus_phy.phy_type = XCVR_NONE; in mii_alloc_instance() 943 *val = ph->phy_type; in mii_m_getstat() 1196 switch (ph->phy_type) { in phy_loop() 1291 if (ph->phy_type == XCVR_1000X) { in phy_start() 1307 } else if (ph->phy_type == XCVR_100T2) { in phy_start() 1357 switch (ph->phy_type) { in phy_start() 1457 if (ph->phy_type == XCVR_1000X) { in phy_check() 1472 } else if (ph->phy_type == XCVR_100T2) { in phy_check() 1522 if ((ph->phy_type == XCVR_1000T) & in phy_check() 1711 ph->phy_type = XCVR_10; in _mii_probe_phy() [all …]
|
H A D | miipriv.h | 51 uint8_t phy_type; member
|
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 2991 enum e1000_phy_type phy_type = e1000_phy_unknown; in e1000_get_phy_type_from_id() local 3003 phy_type = e1000_phy_m88; in e1000_get_phy_type_from_id() 3006 phy_type = e1000_phy_igp_2; in e1000_get_phy_type_from_id() 3009 phy_type = e1000_phy_gg82563; in e1000_get_phy_type_from_id() 3012 phy_type = e1000_phy_igp_3; in e1000_get_phy_type_from_id() 3017 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id() 3021 phy_type = e1000_phy_bm; in e1000_get_phy_type_from_id() 3024 phy_type = e1000_phy_82578; in e1000_get_phy_type_from_id() 3027 phy_type = e1000_phy_82577; in e1000_get_phy_type_from_id() 3030 phy_type = e1000_phy_82579; in e1000_get_phy_type_from_id() [all …]
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_phy.c | 191 enum ixgbe_phy_type phy_type; in ixgbe_get_phy_type_from_id() local 197 phy_type = ixgbe_phy_tn; in ixgbe_get_phy_type_from_id() 200 phy_type = ixgbe_phy_aq; in ixgbe_get_phy_type_from_id() 203 phy_type = ixgbe_phy_qt; in ixgbe_get_phy_type_from_id() 206 phy_type = ixgbe_phy_nl; in ixgbe_get_phy_type_from_id() 209 phy_type = ixgbe_phy_unknown; in ixgbe_get_phy_type_from_id() 213 DEBUGOUT1("phy type found is %d\n", phy_type); in ixgbe_get_phy_type_from_id() 214 return phy_type; in ixgbe_get_phy_type_from_id()
|
/titanic_41/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_espc.h | 77 char phy_type[NXGE_VPD_PHY_LEN]; member
|
H A D | npi_espc.c | 390 (void) strcpy(vpdp->phy_type, "\0"); in npi_espc_vpd_info_get() 560 vpdp->phy_type)) { in npi_espc_vpd_info_get()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 744 hw->phy_type = e1000_phy_m88; in e1000_set_phy_type() 747 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type() 751 hw->phy_type = e1000_phy_undefined; in e1000_set_phy_type() 1582 if (hw->phy_type == e1000_phy_igp) { 1871 if(hw->phy_type == e1000_phy_igp) { 2077 if (hw->phy_type == e1000_phy_igp) { 2821 if(hw->phy_type == e1000_phy_igp && 2924 if(hw->phy_type == e1000_phy_igp && 3067 if(hw->phy_type == e1000_phy_igp)
|
H A D | e1000_hw.h | 894 e1000_phy_type phy_type; member
|
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcio.h | 156 uint32_t phy_type; member
|
H A D | emlxs_mbox.h | 2849 uint16_t phy_type; member 2852 uint16_t phy_type; member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/ |
H A D | clc.h | 211 #define ELINK_FW_PARAM_SET(phy_addr, phy_type, mdio_access) \ argument 212 (phy_addr | phy_type | mdio_access << ELINK_FW_PARAM_MDIO_CTRL_OFFSET)
|
/titanic_41/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq_cmd.h | 1756 __le32 phy_type; /* bitmap using the above enum for offsets */ member 1795 __le32 phy_type; member 1862 u8 phy_type; /* i40e_aq_phy_type */ member
|
H A D | i40e_common.c | 1209 switch (hw->phy.link_info.phy_type) { in i40e_get_media_type() 1627 hw->phy.phy_types = LE32_TO_CPU(abilities->phy_type); in i40e_aq_get_phy_capabilities() 1720 config.phy_type = abilities.phy_type; in i40e_set_fc() 1880 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type; in i40e_aq_get_link_info() 1914 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE) in i40e_aq_get_link_info() 1915 hw_link_info->phy_type = I40E_PHY_TYPE_10GBASE_SFPP_CU; in i40e_aq_get_link_info()
|
H A D | i40e_type.h | 257 enum i40e_aq_phy_type phy_type; member
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge.h | 590 uint16_t phy_type; /* Fiber module type */ member
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_stats.c | 913 switch (hw->phy.link_info.phy_type) { in i40e_m_stat()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_download.c | 641 if ((phy->params.response.phy_type != PHY_TN_8022) || in emlxs_be_verify_phy() 646 phy->params.response.phy_type, in emlxs_be_verify_phy() 658 phy->params.response.phy_type, in emlxs_be_verify_phy()
|
H A D | emlxs_solaris.c | 4915 phy_out->phy_type = phy->params.response.phy_type; in emlxs_fca_port_manage()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 13129 u32 ext_phy_config, phy_type, config2; in elink_populate_ext_phy() local 13133 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config); in elink_populate_ext_phy() 13135 switch (phy_type) { in elink_populate_ext_phy() 13189 if (phy_type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE) in elink_populate_ext_phy() 13204 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) && in elink_populate_ext_phy() 13205 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN)) in elink_populate_ext_phy() 13259 phy_type, port, phy_index); in elink_populate_ext_phy()
|