Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82540.c100 if (phy->id == M88E1011_I_PHY_ID) in e1000_init_phy_params_82540()
H A De1000_defines.h1221 #define M88E1011_I_PHY_ID 0x01410C20 macro
H A De1000_phy.c2998 case M88E1011_I_PHY_ID: in e1000_get_phy_type_from_id()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_defines.h1085 #define M88E1011_I_PHY_ID 0x01410C20 macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c431 return (M88E1011_I_PHY_ID >> 16) & 0xFFFF; in e82545_read_mdi()
433 return (M88E1011_I_PHY_ID | E82545_REVISION_4) & 0xFFFF; in e82545_read_mdi()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c743 case M88E1011_I_PHY_ID: in e1000_set_phy_type()
3113 if(hw->phy_id == M88E1011_I_PHY_ID) match = TRUE;
H A De1000_hw.h2025 #define M88E1011_I_PHY_ID 0x01410C20 macro