Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c613 phy->type = e1000_phy_ife; in e1000_init_phy_params_ich8lan()
3248 if (phy->type == e1000_phy_ife) in e1000_set_d0_lplu_state_ich8lan()
5392 case e1000_phy_ife: in e1000_setup_copper_link_ich8lan()
5647 (hw->phy.type == e1000_phy_ife)) in e1000_gig_downshift_workaround_ich8lan()
5887 if (hw->phy.type == e1000_phy_ife) in e1000_cleanup_led_ich8lan()
5905 if (hw->phy.type == e1000_phy_ife) in e1000_led_on_ich8lan()
5923 if (hw->phy.type == e1000_phy_ife) in e1000_led_off_ich8lan()
H A De1000_hw.h331 e1000_phy_ife, enumerator
H A De1000_phy.c3029 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id()
H A Dif_em.c3317 if (sc->hw.phy.type != e1000_phy_ife) { in em_setup_interface()