Searched refs:tx_fifo_head (Results 1 – 2 of 2) sorted by relevance
290 uint32_t tx_fifo_head; member
725 adapter->tx_fifo_head = 0; in e1000_reset()2539 adapter->tx_fifo_head = 0;3065 uint32_t fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;3082 adapter->tx_fifo_head += skb_fifo_len;3083 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)3084 adapter->tx_fifo_head -= adapter->tx_fifo_size;