Home
last modified time | relevance | path

Searched refs:tx_fifo_start (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c123 E1000_WRITE_REG(hw, E1000_TDFT, dev_spec->tx_fifo_start); in e1000_fifo_workaround_82547()
124 E1000_WRITE_REG(hw, E1000_TDFH, dev_spec->tx_fifo_start); in e1000_fifo_workaround_82547()
125 E1000_WRITE_REG(hw, E1000_TDFTS, dev_spec->tx_fifo_start); in e1000_fifo_workaround_82547()
126 E1000_WRITE_REG(hw, E1000_TDFHS, dev_spec->tx_fifo_start); in e1000_fifo_workaround_82547()
/titanic_50/usr/src/uts/common/io/e1000api/
H A DREADME.illumos72 u32 tx_fifo_start;
H A De1000_hw.h917 u32 tx_fifo_start; member