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

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_lem.h430 uint32_t tx_fifo_head; member in struct:adapter
H A Dif_lem.c1119 adapter->tx_fifo_head = 0;
1781 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
1799 /* tx_fifo_head is always 16 byte aligned */
1800 adapter->tx_fifo_head += fifo_pkt_len;
1801 if (adapter->tx_fifo_head >= adapter->tx_fifo_size) {
1802 adapter->tx_fifo_head -= adapter->tx_fifo_size;
1838 adapter->tx_fifo_head = 0;
2301 adapter->tx_fifo_head = 0;

Completed in 130 milliseconds