Searched defs:phy_type (Results 1 - 13 of 13) sorted by relevance

/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
/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/mii/
H A Dmiipriv.h51 uint8_t phy_type; member in struct:phy_handle
/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/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/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/io/nge/
H A Dnge.h590 uint16_t phy_type; /* Fiber module type */ member in struct:__anon6234
/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);
/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_type.h235 enum i40e_aq_phy_type phy_type; member in struct:i40e_link_status
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h894 e1000_phy_type phy_type; member in struct:e1000_hw

Completed in 218 milliseconds