Searched refs:phy_type (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_espc.c138 uint8_t phy_type; local
143 npi_status = npi_espc_port_phy_type_get(handle, &phy_type, port_num);
149 switch (phy_type) {
174 "Unknown phy type [%d]", phy_type));
264 (void) strcpy(nxgep->vpd_info.phy_type, "mif");
273 (void) strcpy(nxgep->vpd_info.phy_type, "mif");
H A Dnxge_mac.c281 char *phy_type; local
514 phy_type = nxgep->vpd_info.phy_type;
516 if (strncmp(phy_type, "mif", 3) == 0) {
519 } else if (strncmp(phy_type, "xgf", 3) == 0) {
522 } else if (strncmp(phy_type, "pcs", 3) == 0) {
525 } else if (strncmp(phy_type, "xgc", 3) == 0) {
532 } else if (strncmp(phy_type, "xgsd", 4) == 0) {
535 } else if (strncmp(phy_type, "gsd", 3) == 0) {
541 phy_type[
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_espc.h77 char phy_type[NXGE_VPD_PHY_LEN]; member in struct:_npi_vpd_info_t
H A Dnpi_espc.c390 (void) strcpy(vpdp->phy_type, "\0");
560 vpdp->phy_type)) {
/illumos-gate/usr/src/uts/common/io/mii/
H A Dmii.c282 mh->m_bogus_phy.phy_type = XCVR_NONE;
943 *val = ph->phy_type;
1196 switch (ph->phy_type) {
1291 if (ph->phy_type == XCVR_1000X) {
1307 } else if (ph->phy_type == XCVR_100T2) {
1357 switch (ph->phy_type) {
1457 if (ph->phy_type == XCVR_1000X) {
1472 } else if (ph->phy_type == XCVR_100T2) {
1522 if ((ph->phy_type == XCVR_1000T) &
1711 ph->phy_type
[all...]
H A Dmiipriv.h51 uint8_t phy_type; member in struct:phy_handle
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c2991 enum e1000_phy_type phy_type = e1000_phy_unknown; local
3003 phy_type = e1000_phy_m88;
3006 phy_type = e1000_phy_igp_2;
3009 phy_type = e1000_phy_gg82563;
3012 phy_type = e1000_phy_igp_3;
3017 phy_type = e1000_phy_ife;
3021 phy_type = e1000_phy_bm;
3024 phy_type = e1000_phy_82578;
3027 phy_type = e1000_phy_82577;
3030 phy_type
3060 enum e1000_phy_type phy_type = e1000_phy_unknown; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h156 uint32_t phy_type; member in struct:emlxs_phy_desc
H A Demlxs_mbox.h2849 uint16_t phy_type; member in struct:__anon7429::__anon7430::__anon7475::__anon7476::__anon7478
2852 uint16_t phy_type; member in struct:__anon7429::__anon7430::__anon7475::__anon7476::__anon7478
2856 /* phy_type */
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c744 hw->phy_type = e1000_phy_m88;
747 hw->phy_type = e1000_phy_igp;
751 hw->phy_type = e1000_phy_undefined;
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 De1000_hw.h894 e1000_phy_type phy_type; member in struct:e1000_hw
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c503 enum ixgbe_phy_type phy_type; local
509 phy_type = ixgbe_phy_tn;
515 phy_type = ixgbe_phy_aq;
518 phy_type = ixgbe_phy_qt;
521 phy_type = ixgbe_phy_nl;
524 phy_type = ixgbe_phy_x550em_ext_t;
527 phy_type = ixgbe_phy_unknown;
531 DEBUGOUT1("phy type found is %d\n", phy_type);
532 return phy_type;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h211 #define ELINK_FW_PARAM_SET(phy_addr, phy_type, mdio_access) \
212 (phy_addr | phy_type | mdio_access << ELINK_FW_PARAM_MDIO_CTRL_OFFSET)
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dp1020rdb.dts500 phy_type = "ulpi";
515 phy_type = "ulpi";
H A Dp2041si.dtsi811 phy_type = "utmi";
822 phy_type = "utmi";
H A Dp3041si.dtsi812 phy_type = "utmi";
824 phy_type = "utmi";
H A Dp5020si.dtsi805 phy_type = "utmi";
817 phy_type = "utmi";
H A Dp2020ds.dts386 phy_type = "ulpi";
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h1649 __le32 phy_type; /* bitmap using the above enum for offsets */ member in struct:i40e_aq_get_phy_abilities_resp
1680 __le32 phy_type; member in struct:i40e_aq_set_phy_config
1740 u8 phy_type; /* i40e_aq_phy_type */ member in struct:i40e_aqc_get_link_status
H A Di40e_common.c1239 switch (hw->phy.link_info.phy_type) {
1739 config.phy_type = abilities.phy_type;
1898 hw_link_info->phy_type = (enum i40e_aq_phy_type)resp->phy_type;
1931 hw->aq.fw_min_ver < 40)) && hw_link_info->phy_type == 0xE)
1932 hw_link_info->phy_type = I40E_PHY_TYPE_10GBASE_SFPP_CU;
H A Di40e_type.h235 enum i40e_aq_phy_type phy_type; member in struct:i40e_link_status
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge.h590 uint16_t phy_type; /* Fiber module type */ member in struct:__anon6234
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_stats.c913 switch (hw->phy.link_info.phy_type) {
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c641 if ((phy->params.response.phy_type != PHY_TN_8022) ||
646 phy->params.response.phy_type,
658 phy->params.response.phy_type,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c13129 u32 ext_phy_config, phy_type, config2; local
13133 phy_type = ELINK_XGXS_EXT_PHY_TYPE(ext_phy_config);
13135 switch (phy_type) {
13189 if (phy_type == PORT_HW_CFG_XGXS_EXT_PHY_TYPE_BCM54618SE)
13204 if ((phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_DIRECT) &&
13205 (phy_type != PORT_HW_CFG_XGXS_EXT_PHY_TYPE_NOT_CONN))
13258 ELINK_DEBUG_P3(cb, "phy_type 0x%x port %d found in index %d\n",
13259 phy_type, port, phy_index);

Completed in 267 milliseconds

12