Home
last modified time | relevance | path

Searched refs:SPEED_10 (Results 1 – 25 of 25) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c53 { IXGBE_PHYSICAL_LAYER_10GBASE_T, SPEED_10, ETHER_MEDIA_10BASE_T },
54 { IXGBE_PHYSICAL_LAYER_1000BASE_T, SPEED_10, ETHER_MEDIA_10BASE_T },
55 { IXGBE_PHYSICAL_LAYER_100BASE_TX, SPEED_10, ETHER_MEDIA_10BASE_T },
56 { IXGBE_PHYSICAL_LAYER_10BASE_T, SPEED_10, ETHER_MEDIA_10BASE_T },
H A Dixgbe_osdep.h90 #define SPEED_10 10 macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_illumos.c84 case SPEED_10: in e1000_link_to_media()
H A De1000_vf.c236 *speed = SPEED_10; in e1000_get_link_up_info_vf()
H A De1000_defines.h349 #define SPEED_10 10 macro
H A De1000_82541.c480 } else if (*speed == SPEED_10) { in e1000_get_link_up_info_82541()
H A De1000_mac.c1674 *speed = SPEED_10; in e1000_get_speed_and_duplex_copper_generic()
H A De1000_ich8lan.c1611 if (duplex == HALF_DUPLEX && speed == SPEED_10) { in e1000_check_for_copper_link_ich8lan()
1643 if (speed == SPEED_100 || speed == SPEED_10) in e1000_check_for_copper_link_ich8lan()
H A De1000_82575.c1356 *speed = SPEED_10; in e1000_get_pcs_speed_and_duplex_82575()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h34 enum { SPEED_10, SPEED_100, SPEED_1000, SPEED_10000 }; enumerator
H A Dch_mac.c227 case SPEED_10: in mac_set_speed_duplex_fc()
230 data32 |= V_MAC_SPEED(speed == SPEED_10 ? 0 : 1); in mac_set_speed_duplex_fc()
H A Dmv88e1xxx.c280 sp = SPEED_10; in mv88e1xxx_get_link_status()
H A Dvsc7326.c492 if (speed >= 0 && speed != SPEED_10 && speed != SPEED_100 && in mac_set_speed_duplex_fc()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h239 #define SPEED_10 10 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c585 [MII_TG3_AUX_STAT_10HALF >> 8] = (SPEED_10 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex()
586 [MII_TG3_AUX_STAT_10FULL >> 8] = (SPEED_10 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()
825 tp->link_config.active_speed == SPEED_10) in tg3_setup_copper_phy()
840 tp->link_config.active_speed == SPEED_10)) in tg3_setup_copper_phy()
H A De1000_hw.h297 #define SPEED_10 10 macro
H A Dtg3.h38 #define SPEED_10 0 macro
H A De1000.c2615 *speed = SPEED_10;
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c899 *speed = SPEED_10; in igc_get_speed_and_duplex_copper_generic()
H A Digc_defines.h262 #define SPEED_10 10 macro
H A Digc_i225.c902 (speed != SPEED_10)) { in igc_set_ltr_i225()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h331 #define SPEED_10 10 macro
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c33 { igc_media_type_copper, SPEED_10, ETHER_MEDIA_10BASE_T },
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c769 case SPEED_10: in pe_get_stats()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4700 (Adapter->link_speed == SPEED_10))) { in e1000g_local_timer()