Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_workarounds.c97 if ((dev_spec->tx_fifo_head + fifo_pkt_len) < in e1000_fifo_workaround_82547()
132 dev_spec->tx_fifo_head = 0; in e1000_fifo_workaround_82547()
155 dev_spec->tx_fifo_head += E1000_ROUNDUP(length + E1000_FIFO_HDR_SIZE, in e1000_update_tx_fifo_head_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.illumos78 u32 tx_fifo_head;
H A De1000_hw.h997 u32 tx_fifo_head; member