Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h36 enum { SPEED_10, SPEED_100, SPEED_1000, SPEED_10000 }; enumerator
H A Dixf1010.c315 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 Dmv88e1xxx.c160 if (speed == SPEED_100) in mv88e1xxx_set_speed_duplex()
284 sp = SPEED_100; in mv88e1xxx_get_link_status()
H A Dvsc7326.c494 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 Dch_mac.c230 case SPEED_100: in mac_set_speed_duplex_fc()
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h89 #define SPEED_100 100 macro
H A Dixgbe_main.c3701 ixgbe->link_speed = SPEED_100; in ixgbe_driver_link_check()
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h215 #define SPEED_100 100 macro
/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.c233 *speed = SPEED_100; in e1000_get_link_up_info_vf()
H A De1000_defines.h349 #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()
H A De1000_ich8lan.c1621 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 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;
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h332 #define SPEED_100 100 macro
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_stat.c536 case SPEED_100: in e1000g_m_stat()
H A De1000g_main.c4657 ((Adapter->link_speed == SPEED_100) || in e1000g_local_timer()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_mpi.c397 qlge->speed = SPEED_100; in ql_async_event_parser()
/titanic_44/usr/src/uts/common/io/chxge/
H A Dpe.c772 case SPEED_100: in pe_get_stats()
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_gld.c223 case SPEED_100: in igb_m_stat()
/titanic_44/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4827 speed = SPEED_100; in t4_handle_fw_rpl()