Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDif_lem.h434 uint32_t tx_fifo_head; member
HDif_lem.c1216 adapter->tx_fifo_head = 0; in lem_init_locked()
1908 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in lem_82547_fifo_workaround()
1927 adapter->tx_fifo_head += fifo_pkt_len; in lem_82547_update_fifo_head()
1928 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) { in lem_82547_update_fifo_head()
1929 adapter->tx_fifo_head -= adapter->tx_fifo_size; in lem_82547_update_fifo_head()
1965 adapter->tx_fifo_head = 0; in lem_82547_tx_fifo_reset()
2406 adapter->tx_fifo_head = 0; in lem_hardware_init()