Home
last modified time | relevance | path

Searched refs:E1000_STATUS_SPEED_100 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.c232 } else if (status & E1000_STATUS_SPEED_100) { in e1000_get_link_up_info_vf()
H A De1000_defines.h332 #define E1000_STATUS_SPEED_100 0x00000040 /* Speed 100Mb/s */ macro
H A De1000_mac.c1670 } else if (status & E1000_STATUS_SPEED_100) { in e1000_get_speed_and_duplex_copper_generic()
H A De1000_ich8lan.c1075 ((status & E1000_STATUS_SPEED_100) && in e1000_k1_workaround_lpt_lp()
1086 if (status & E1000_STATUS_SPEED_100) { in e1000_k1_workaround_lpt_lp()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1029 #define E1000_STATUS_SPEED_100 0x00000040 /* Speed 100Mb/s */ macro
H A De1000.c2611 } else if(status & E1000_STATUS_SPEED_100) {