Searched refs:E1000_TDH (Results 1 – 7 of 7) sorted by relevance
107 #define E1000_TDH(_n) ((_n) < 4 ? (0x03810 + ((_n) * 0x100)) \ macro
539 regs_buff[223 + i] = rd32(E1000_TDH(i)); in igb_get_regs()1278 wr32(E1000_TDH(0), 0); in igb_setup_desc_rings()
1666 ring->head = E1000_TDH(j); in igb_configure_tx()
118 E1000_TDH = 0x03810, /* Tx Descriptor Head - RW */ enumerator
2221 tx_ring->head = E1000_TDH; in e1000_configure_tx()
967 #define E1000_TDH 0x03810 /* TX Descriptor Head - RW */ macro
1686 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH); in e1000_configure_tx()