Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82541.c94 phy->type = e1000_phy_igp; in e1000_init_phy_params_82541()
1207 if (hw->phy.type != e1000_phy_igp) { in e1000_init_script_state_82541()
H A De1000_hw.h307 e1000_phy_igp, enumerator
H A De1000_phy.c1389 if (phy->type == e1000_phy_igp) { in e1000_copper_link_setup_igp()
2183 case e1000_phy_igp: in e1000_check_downshift_generic()
/dragonfly/sys/dev/netif/em/
H A Dif_em.c2826 if (adapter->link_active || adapter->hw.phy.type != e1000_phy_igp || in em_smartspeed()
/dragonfly/sys/dev/netif/emx/
H A Dif_emx.c2279 if (sc->link_active || sc->hw.phy.type != e1000_phy_igp || in emx_smartspeed()