Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_ich8lan.c365 case e1000_pch2lan: in e1000_init_phy_workarounds_pchlan()
435 if ((hw->mac.type == e1000_pch2lan) && in e1000_init_phy_workarounds_pchlan()
493 case e1000_pch2lan: in e1000_init_phy_params_pchlan()
789 case e1000_pch2lan: in e1000_init_mac_params_ich8lan()
1582 if ((hw->mac.type >= e1000_pch2lan) && link) { in e1000_check_for_copper_link_ich8lan()
1609 if (hw->mac.type == e1000_pch2lan) in e1000_check_for_copper_link_ich8lan()
1748 case e1000_pch2lan: in e1000_check_for_copper_link_ich8lan()
1833 case e1000_pch2lan: in e1000_init_function_pointers_ich8lan()
2287 case e1000_pch2lan: in e1000_sw_lcd_config_ich8lan()
2309 if ((hw->mac.type < e1000_pch2lan) && in e1000_sw_lcd_config_ich8lan()
[all …]
HDe1000_api.c291 mac->type = e1000_pch2lan; in e1000_set_mac_type()
492 case e1000_pch2lan: in e1000_setup_init_funcs()
HDe1000_hw.h261 e1000_pch2lan, enumerator
HDe1000_phy.c341 if (hw->mac.type == e1000_pch2lan) in e1000_read_phy_reg_mdic()
406 if (hw->mac.type == e1000_pch2lan) in e1000_write_phy_reg_mdic()
/dragonfly/sys/dev/netif/em/
HDif_em.c579 adapter->hw.mac.type == e1000_pch2lan || in em_attach()
865 case e1000_pch2lan: in em_attach()
1136 if (adapter->hw.mac.type == e1000_pch2lan) in em_resume()
1245 case e1000_pch2lan: in em_ioctl()
2630 case e1000_pch2lan: in em_reset()
2696 case e1000_pch2lan: in em_reset()
3571 adapter->hw.mac.type == e1000_pch2lan || in em_init_rx_unit()
3586 if (adapter->hw.mac.type >= e1000_pch2lan) { in em_init_rx_unit()
/dragonfly/sys/dev/netif/emx/
HDif_emx.c3273 if (sc->hw.mac.type >= e1000_pch2lan) { in emx_init_rx_unit()