Lines Matching refs:cur_tx
314 unsigned int cur_tx, dirty_tx; member
834 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
948 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1008 entry = np->cur_tx % TX_RING_SIZE; in start_tx()
1037 np->cur_tx++; in start_tx()
1046 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
1056 np->cur_tx, entry); in start_tx()
1064 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in netdev_tx_done()
1102 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN_RESTART && in netdev_tx_done()
1143 np->cur_tx != np->dirty_tx) { in intr_handler()
1489 np->cur_tx, np->dirty_tx, in netdev_close()