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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h281 uint32_t tx_fifo_head; member in struct:e1000_adapter
H A De1000_main.c716 adapter->tx_fifo_head = 0;
2540 adapter->tx_fifo_head = 0;
3132 uint32_t fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3149 adapter->tx_fifo_head += skb_fifo_len;
3150 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
3151 adapter->tx_fifo_head -= adapter->tx_fifo_size;

Completed in 59 milliseconds