/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7326.c | 493 speed != SPEED_1000) in mac_set_speed_duplex_fc() 503 if (speed == SPEED_1000) in mac_set_speed_duplex_fc() 508 if (speed == SPEED_1000) in mac_set_speed_duplex_fc() 518 if (speed == SPEED_1000) in mac_set_speed_duplex_fc() 527 speed == SPEED_1000 ? 5 : 0x11); in mac_set_speed_duplex_fc() 530 else if (speed == SPEED_1000) in mac_set_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 | 160 else if (speed == SPEED_1000) in mv88e1xxx_set_speed_duplex() 284 sp = SPEED_1000; in mv88e1xxx_get_link_status()
|
H A D | ixf1010.c | 313 if (speed >= 0 && speed != SPEED_100 && speed != SPEED_1000) in mac_set_speed_duplex_fc() 343 *speed = (val & 2) ? SPEED_1000 : SPEED_100; in mac_get_speed_duplex_fc()
|
H A D | ch_mac.c | 232 case SPEED_1000: in mac_set_speed_duplex_fc()
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_illumos.c | 39 case SPEED_1000: in e1000_link_to_media()
|
H A D | e1000_vf.c | 230 *speed = SPEED_1000; in e1000_get_link_up_info_vf()
|
H A D | e1000_mac.c | 1668 *speed = SPEED_1000; in e1000_get_speed_and_duplex_copper_generic() 1703 *speed = SPEED_1000; in e1000_get_speed_and_duplex_fiber_serdes_generic()
|
H A D | e1000_defines.h | 351 #define SPEED_1000 1000 macro
|
H A D | e1000_82541.c | 692 if (speed != SPEED_1000) { in e1000_config_dsp_after_link_change_82541()
|
H A D | e1000_82543.c | 1291 if (speed != SPEED_1000) { in e1000_check_for_copper_link_82543()
|
H A D | e1000_ich8lan.c | 1616 duplex == FULL_DUPLEX && speed != SPEED_1000) { in e1000_check_for_copper_link_ich8lan() 1651 if (speed == SPEED_1000) { in e1000_check_for_copper_link_ich8lan() 1670 if (speed == SPEED_1000) { in e1000_check_for_copper_link_ich8lan() 5479 (*speed == SPEED_1000)) { in e1000_get_link_up_info_ich8lan()
|
H A D | e1000_80003es2lan.c | 1262 if (speed == SPEED_1000) in e1000_cfg_on_link_up_80003es2lan()
|
H A D | e1000_82575.c | 1352 *speed = SPEED_1000; in e1000_get_pcs_speed_and_duplex_82575()
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tg3.c | 525 (tp->link_config.active_speed == SPEED_1000 ? in tg3_link_report() 590 [MII_TG3_AUX_STAT_1000HALF >> 8] = (SPEED_1000 << 2) | DUPLEX_HALF, in tg3_aux_stat_to_speed_duplex() 591 [MII_TG3_AUX_STAT_1000FULL >> 8] = (SPEED_1000 << 2) | DUPLEX_FULL, in tg3_aux_stat_to_speed_duplex() 723 tp->link_config.active_speed == SPEED_1000) { in tg3_setup_copper_phy() 865 tp->link_config.active_speed == SPEED_1000 && in tg3_setup_copper_phy() 1348 tp->link_config.active_speed = SPEED_1000; in tg3_setup_fiber_phy() 1391 if (tp->link_config.active_speed == SPEED_1000 && in tg3_setup_phy()
|
H A D | e1000.c | 2609 *speed = SPEED_1000; 2628 *speed = SPEED_1000;
|
H A D | e1000_hw.h | 299 #define SPEED_1000 1000 macro
|
H A D | tg3.h | 40 #define SPEED_1000 2 macro
|
/illumos-gate/usr/src/uts/common/io/igc/core/ |
H A D | igc_mac.c | 892 *speed = SPEED_1000; in igc_get_speed_and_duplex_copper_generic()
|
H A D | igc_defines.h | 264 #define SPEED_1000 1000 macro
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 333 #define SPEED_1000 1000 macro
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_mpi.c | 401 qlge->speed = SPEED_1000; in ql_async_event_parser()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_gld.c | 35 { igc_media_type_copper, SPEED_1000, ETHER_MEDIA_1000BASE_T },
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 775 case SPEED_1000: in pe_get_stats()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4446 if (Adapter->link_speed == SPEED_1000) in e1000g_link_check() 4456 if (speed == SPEED_1000) in e1000g_link_check()
|