Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_82543.c145 case e1000_82544: in e1000_init_phy_params_82543()
1121 if (hw->mac.type == e1000_82544) { in e1000_setup_copper_link_82543()
1253 if (mac->type == e1000_82544) in e1000_check_for_copper_link_82543()
1459 if ((hw->mac.type == e1000_82544) && (offset & 1)) { in e1000_write_vfta_82543()
1482 if (hw->mac.type == e1000_82544 && in e1000_led_on_82543()
1509 if (hw->mac.type == e1000_82544 && in e1000_led_off_82543()
H A De1000_api.c169 mac->type = e1000_82544; in e1000_set_mac_type()
462 case e1000_82544: in e1000_setup_init_funcs()
H A De1000_hw.h241 e1000_82544, enumerator
/dragonfly/sys/dev/netif/em/
H A Dif_em.c655 (adapter->hw.mac.type >= e1000_82544 && em_txd > EM_MAX_TXD) || in em_attach()
656 (adapter->hw.mac.type < e1000_82544 && em_txd > EM_MAX_TXD_82543) || in em_attach()
658 if (adapter->hw.mac.type < e1000_82544) in em_attach()
668 (adapter->hw.mac.type >= e1000_82544 && em_rxd > EM_MAX_RXD) || in em_attach()
669 (adapter->hw.mac.type < e1000_82544 && em_rxd > EM_MAX_RXD_82543) || in em_attach()
671 if (adapter->hw.mac.type < e1000_82544) in em_attach()
966 adapter->hw.mac.type == e1000_82544) in em_attach()
2357 if (adapter->hw.mac.type >= e1000_82544) in em_stop()
2732 if (adapter->hw.mac.type >= e1000_82544) in em_reset()