Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_vf.c229 if (status & E1000_STATUS_SPEED_1000) { in e1000_get_link_up_info_vf()
H A De1000_defines.h332 #define E1000_STATUS_SPEED_1000 0x00000080 /* Speed 1000Mb/s */ macro
H A De1000_mac.c1667 if (status & E1000_STATUS_SPEED_1000) { in e1000_get_speed_and_duplex_copper_generic()
H A De1000_ich8lan.c1015 if (link && (status & E1000_STATUS_SPEED_1000)) { in e1000_k1_workaround_lpt_lp()
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1030 #define E1000_STATUS_SPEED_1000 0x00000080 /* Speed 1000Mb/s */ macro
H A De1000.c2608 if(status & E1000_STATUS_SPEED_1000) {