Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_transceiver.c50 { IXGBE_PHYSICAL_LAYER_10GBASE_T, SPEED_100, ETHER_MEDIA_100BASE_TX },
51 { IXGBE_PHYSICAL_LAYER_1000BASE_T, SPEED_100, ETHER_MEDIA_100BASE_TX },
52 { IXGBE_PHYSICAL_LAYER_100BASE_TX, SPEED_100, ETHER_MEDIA_100BASE_TX },
H A Dixgbe_osdep.h89 #define SPEED_100 100 macro
H A Dixgbe_main.c3869 ixgbe->link_speed = SPEED_100; in ixgbe_driver_link_check()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_illumos.c62 case SPEED_100: in e1000_link_to_media()
H A De1000_vf.c233 *speed = SPEED_100; in e1000_get_link_up_info_vf()
H A De1000_defines.h350 #define SPEED_100 100 macro
H A De1000_82541.c477 if (*speed == SPEED_100) { in e1000_get_link_up_info_82541()
H A De1000_mac.c1671 *speed = SPEED_100; in e1000_get_speed_and_duplex_copper_generic()
H A De1000_82575.c1354 *speed = SPEED_100; in e1000_get_pcs_speed_and_duplex_82575()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dixf1010.c313 if (speed >= 0 && speed != SPEED_100 && speed != SPEED_1000) in mac_set_speed_duplex_fc()
319 val = speed == SPEED_100 ? 1 : 2; in mac_set_speed_duplex_fc()
343 *speed = (val & 2) ? SPEED_1000 : SPEED_100; in mac_get_speed_duplex_fc()
H A Dch_compat.h34 enum { SPEED_10, SPEED_100, SPEED_1000, SPEED_10000 }; enumerator
H A Dmv88e1xxx.c158 if (speed == SPEED_100) in mv88e1xxx_set_speed_duplex()
282 sp = SPEED_100; in mv88e1xxx_get_link_status()
H A Dvsc7326.c492 if (speed >= 0 && speed != SPEED_10 && speed != SPEED_100 && in mac_set_speed_duplex_fc()
510 else if (speed == SPEED_100) in mac_set_speed_duplex_fc()
520 else if (speed == SPEED_100) in mac_set_speed_duplex_fc()
H A Dch_mac.c228 case SPEED_100: in mac_set_speed_duplex_fc()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c527 (tp->link_config.active_speed == SPEED_100 ? in tg3_link_report()
587 [MII_TG3_AUX_STAT_100HALF >> 8] = (SPEED_100 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex()
589 [MII_TG3_AUX_STAT_100FULL >> 8] = (SPEED_100 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex()
824 if (tp->link_config.active_speed == SPEED_100 || in tg3_setup_copper_phy()
H A De1000_hw.h298 #define SPEED_100 100 macro
H A Dtg3.h39 #define SPEED_100 1 macro
H A De1000.c2612 *speed = SPEED_100;
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_mac.c896 *speed = SPEED_100; in igc_get_speed_and_duplex_copper_generic()
H A Digc_defines.h263 #define SPEED_100 100 macro
H A Digc_i225.c909 if (speed == SPEED_100) { in igc_set_ltr_i225()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h332 #define SPEED_100 100 macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c397 qlge->speed = SPEED_100; in ql_async_event_parser()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_gld.c34 { igc_media_type_copper, SPEED_100, ETHER_MEDIA_100BASE_TX },
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dpe.c772 case SPEED_100: in pe_get_stats()

12