Home
last modified time | relevance | path

Searched refs:M88E1000_PSSR_DPLX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1282 #define M88E1000_PSSR_DPLX 0x2000 /* 1=Duplex 0=Half Duplex */ macro
H A De1000_82543.c1428 if (phy_data & M88E1000_PSSR_DPLX) in e1000_config_mac_to_phy_82543()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1895 #define M88E1000_PSSR_DPLX 0x2000 /* 1=Duplex 0=Half Duplex */ macro
H A De1000.c2101 if(phy_data & M88E1000_PSSR_DPLX) ctrl |= E1000_CTRL_FD;