/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_transceiver.c | 50 { 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 D | ixgbe_osdep.h | 89 #define SPEED_100 100 macro
|
H A D | ixgbe_main.c | 3869 ixgbe->link_speed = SPEED_100; in ixgbe_driver_link_check()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_illumos.c | 62 case SPEED_100: in e1000_link_to_media()
|
H A D | e1000_vf.c | 233 *speed = SPEED_100; in e1000_get_link_up_info_vf()
|
H A D | e1000_defines.h | 350 #define SPEED_100 100 macro
|
H A D | e1000_82541.c | 477 if (*speed == SPEED_100) { in e1000_get_link_up_info_82541()
|
H A D | e1000_mac.c | 1671 *speed = SPEED_100; in e1000_get_speed_and_duplex_copper_generic()
|
H A D | e1000_82575.c | 1354 *speed = SPEED_100; in e1000_get_pcs_speed_and_duplex_82575()
|
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | ixf1010.c | 313 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 D | ch_compat.h | 34 enum { SPEED_10, SPEED_100, SPEED_1000, SPEED_10000 }; enumerator
|
H A D | mv88e1xxx.c | 158 if (speed == SPEED_100) in mv88e1xxx_set_speed_duplex() 282 sp = SPEED_100; in mv88e1xxx_get_link_status()
|
H A D | vsc7326.c | 492 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 D | ch_mac.c | 228 case SPEED_100: in mac_set_speed_duplex_fc()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 527 (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 D | e1000_hw.h | 298 #define SPEED_100 100 macro
|
H A D | tg3.h | 39 #define SPEED_100 1 macro
|
H A D | e1000.c | 2612 *speed = SPEED_100;
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_mac.c | 896 *speed = SPEED_100; in igc_get_speed_and_duplex_copper_generic()
|
H A D | igc_defines.h | 263 #define SPEED_100 100 macro
|
H A D | igc_i225.c | 909 if (speed == SPEED_100) { in igc_set_ltr_i225()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 332 #define SPEED_100 100 macro
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_mpi.c | 397 qlge->speed = SPEED_100; in ql_async_event_parser()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_gld.c | 34 { igc_media_type_copper, SPEED_100, ETHER_MEDIA_100BASE_TX },
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 772 case SPEED_100: in pe_get_stats()
|