Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
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.h327 e1000_phy_igp, enumerator
H A De1000_phy.c1393 if (phy->type == e1000_phy_igp) { in e1000_copper_link_setup_igp()
2189 case e1000_phy_igp: in e1000_check_downshift_generic()
H A Dif_em.c2776 if (sc->link_active || (sc->hw.phy.type != e1000_phy_igp) || in lem_smartspeed()