Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/em/
H A Dif_em.h425 uint32_t tx_fifo_head; member
H A Dif_em.c2046 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head; in em_82547_fifo_workaround()
2064 adapter->tx_fifo_head += fifo_pkt_len; in em_82547_update_fifo_head()
2065 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) in em_82547_update_fifo_head()
2066 adapter->tx_fifo_head -= adapter->tx_fifo_size; in em_82547_update_fifo_head()
2100 adapter->tx_fifo_head = 0; in em_82547_tx_fifo_reset()
2563 adapter->tx_fifo_head = 0; in em_reset()
2597 adapter->tx_fifo_head = 0; in em_reset()