Lines Matching refs:e1000_82543
583 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()
3962 if (unlikely(hw->mac_type < e1000_82543)) return; in e1000_rx_checksum()