Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c98 (dev_spec->tx_fifo_size + E1000_FIFO_PAD_82547)) in e1000_fifo_workaround_82547()
158 if (dev_spec->tx_fifo_head > dev_spec->tx_fifo_size) in e1000_update_tx_fifo_head_82547()
159 dev_spec->tx_fifo_head -= dev_spec->tx_fifo_size; in e1000_update_tx_fifo_head_82547()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME.illumos80 u32 tx_fifo_size;
H A De1000_hw.h999 u32 tx_fifo_size; member