Searched refs:hw_tdt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c1649 uint16_t hw_tdt; local
1659 hw_tdt = E1000_READ_REG(hw, E1000_TDT(0));
1662 while (hw_tdt != sw_tdt) {
1663 tx_desc = &(tx_ring->tbd_first[hw_tdt]);
1666 if (++hw_tdt == Adapter->tx_desc_num)
1667 hw_tdt = 0;
1683 E1000_WRITE_REG(hw, E1000_TDT(0), hw_tdt);

Completed in 56 milliseconds