Home
last modified time | relevance | path

Searched refs:M88E1000_PSSR_SPEED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82543.c1437 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) in e1000_config_mac_to_phy_82543()
1439 else if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_100MBS) in e1000_config_mac_to_phy_82543()
H A De1000_defines.h1283 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro
H A De1000_phy.c2666 if ((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS) { in e1000_get_phy_info_m88()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c2109 if((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_1000MBS)
2111 else if((phy_data & M88E1000_PSSR_SPEED) == M88E1000_PSSR_100MBS)
H A De1000_hw.h1896 #define M88E1000_PSSR_SPEED 0xC000 /* Speed, bits 14:15 */ macro