/titanic_44/usr/src/uts/common/io/chxge/com/ |
H A D | ch_compat.h | 36 enum { SPEED_10, SPEED_100, SPEED_1000, SPEED_10000 }; enumerator
|
H A D | ixf1010.c | 315 if (speed >= 0 && speed != SPEED_100 && speed != SPEED_1000) in mac_set_speed_duplex_fc() 321 val = speed == SPEED_100 ? 1 : 2; in mac_set_speed_duplex_fc() 345 *speed = (val & 2) ? SPEED_1000 : SPEED_100; in mac_get_speed_duplex_fc()
|
H A D | mv88e1xxx.c | 160 if (speed == SPEED_100) in mv88e1xxx_set_speed_duplex() 284 sp = SPEED_100; in mv88e1xxx_get_link_status()
|
H A D | vsc7326.c | 494 if (speed >= 0 && speed != SPEED_10 && speed != SPEED_100 && in mac_set_speed_duplex_fc() 512 else if (speed == SPEED_100) in mac_set_speed_duplex_fc() 522 else if (speed == SPEED_100) in mac_set_speed_duplex_fc()
|
H A D | ch_mac.c | 230 case SPEED_100: in mac_set_speed_duplex_fc()
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_osdep.h | 89 #define SPEED_100 100 macro
|
H A D | ixgbe_main.c | 3701 ixgbe->link_speed = SPEED_100; in ixgbe_driver_link_check()
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | osdep.h | 215 #define SPEED_100 100 macro
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_vf.c | 233 *speed = SPEED_100; in e1000_get_link_up_info_vf()
|
H A D | e1000_defines.h | 349 #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()
|
H A D | e1000_ich8lan.c | 1621 if (speed == SPEED_100 || speed == SPEED_10) in e1000_check_for_copper_link_ich8lan()
|
/titanic_44/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;
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 332 #define SPEED_100 100 macro
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_stat.c | 536 case SPEED_100: in e1000g_m_stat()
|
H A D | e1000g_main.c | 4657 ((Adapter->link_speed == SPEED_100) || in e1000g_local_timer()
|
/titanic_44/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()
|
/titanic_44/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 772 case SPEED_100: in pe_get_stats()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_gld.c | 223 case SPEED_100: in igb_m_stat()
|
/titanic_44/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 4827 speed = SPEED_100; in t4_handle_fw_rpl()
|