Home
last modified time | relevance | path

Searched refs:e1000_phy_igp (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c747 hw->phy_type = e1000_phy_igp; in e1000_set_phy_type()
1582 if (hw->phy_type == e1000_phy_igp) {
1871 if(hw->phy_type == e1000_phy_igp) {
2077 if (hw->phy_type == e1000_phy_igp) {
2821 if(hw->phy_type == e1000_phy_igp &&
2924 if(hw->phy_type == e1000_phy_igp &&
3067 if(hw->phy_type == e1000_phy_igp)
H A De1000_hw.h189 e1000_phy_igp, enumerator
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_82541.c95 phy->type = e1000_phy_igp; in e1000_init_phy_params_82541()
1210 if (hw->phy.type != e1000_phy_igp) { in e1000_init_script_state_82541()
H A De1000_hw.h354 e1000_phy_igp, enumerator
H A De1000_phy.c1384 if (phy->type == e1000_phy_igp) { in e1000_copper_link_setup_igp()
2178 case e1000_phy_igp: in e1000_check_downshift_generic()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4476 if (hw->phy.type == e1000_phy_igp) { in e1000g_link_check()
5065 if ((hw->phy.type != e1000_phy_igp) || in e1000g_smartspeed()