Searched refs:tx_head (Results 1 – 2 of 2) sorted by relevance
259 adapter->tx_head = 0; in e1000_configure_tx()712 while ( ( i = adapter->tx_head ) != adapter->tx_tail ) { in e1000_poll()724 adapter->tx_head, adapter->tx_tail, tx_status ); in e1000_poll()742 adapter->tx_head = ( adapter->tx_head + 1 ) % NUM_TX_DESC; in e1000_poll()
272 uint32_t tx_head; member