Home
last modified time | relevance | path

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

/illumos-gate/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.h333 #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.c1040 if (link && (status & E1000_STATUS_SPEED_1000)) { in e1000_k1_workaround_lpt_lp()
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1892 E1000_STATUS_SPEED_1000; in e82545_read_register()