Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_ich8lan.c573 phy->type = e1000_phy_ife; in e1000_init_phy_params_ich8lan()
3154 if (phy->type == e1000_phy_ife) in e1000_set_d0_lplu_state_ich8lan()
5287 case e1000_phy_ife: in e1000_setup_copper_link_ich8lan()
5542 (hw->phy.type == e1000_phy_ife)) in e1000_gig_downshift_workaround_ich8lan()
5782 if (hw->phy.type == e1000_phy_ife) in e1000_cleanup_led_ich8lan()
5800 if (hw->phy.type == e1000_phy_ife) in e1000_led_on_ich8lan()
5818 if (hw->phy.type == e1000_phy_ife) in e1000_led_off_ich8lan()
H A De1000_hw.h266 e1000_phy_ife, enumerator
H A De1000_phy.c3002 phy_type = e1000_phy_ife; in e1000_get_phy_type_from_id()