Home
last modified time | relevance | path

Searched refs:e1000_82543 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_osdep.h55 (readl(hw->hw_addr + ((hw->mac_type >= e1000_82543) \
59 (writel((value), (hw->hw_addr + ((hw->mac_type >= e1000_82543) \
64 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
69 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
77 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
82 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
87 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
92 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
De1000_hw.c268 hw->mac_type = e1000_82543; in e1000_set_mac_type()
345 if (hw->mac_type == e1000_82543) in e1000_set_mac_type()
362 if (hw->mac_type != e1000_82543) { in e1000_set_media_type()
482 case e1000_82543: in e1000_reset_hw()
614 if (hw->dma_fairness && hw->mac_type <= e1000_82543) { in e1000_init_hw()
750 if ((hw->mac_type < e1000_82543) && (hw->report_tx_early == 1)) in e1000_setup_link()
764 if (hw->mac_type == e1000_82543) { in e1000_setup_link()
1040 if (hw->mac_type > e1000_82543) { in e1000_copper_link_preconfig()
1075 if (hw->mac_type <= e1000_82543 || in e1000_copper_link_preconfig()
1884 if ((hw->mac_type == e1000_82544 || hw->mac_type == e1000_82543) in e1000_phy_force_speed_duplex()
[all …]
De1000_ethtool.c131 if (hw->mac_type == e1000_82543) in e1000_get_settings()
723 (hw->mac_type >= e1000_82543) \
732 (hw->mac_type >= e1000_82543) \
786 if (hw->mac_type >= e1000_82543) { in e1000_reg_test()
1289 case e1000_82543: in e1000_set_phy_loopback()
De1000_main.c583 case e1000_82543: in e1000_reset()
1055 if (hw->mac_type >= e1000_82543) { in e1000_probe()
1142 case e1000_82543: in e1000_probe()
1617 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? in e1000_configure_tx()
1619 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? in e1000_configure_tx()
1669 if (hw->mac_type < e1000_82543) in e1000_configure_tx()
1899 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? in e1000_configure_rx()
1901 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? in e1000_configure_rx()
1907 if (hw->mac_type >= e1000_82543) { in e1000_configure_rx()
3691 if (hw->mac_type >= e1000_82543) { in e1000_update_stats()
[all …]
De1000_hw.h49 e1000_82543, enumerator