Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h1374 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000_phy.c320 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg_mdic()
386 if (mdic & E1000_MDIC_ERROR) { in e1000_write_phy_reg_mdic()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h1116 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000.c2871 if(mdic & E1000_MDIC_ERROR) {
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c1839 (value & ~(E1000_MDIC_ERROR|E1000_MDIC_DEST)); in e82545_write_register()