Lines Matching refs:cur_tx
304 unsigned int cur_tx, dirty_tx; member
821 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
932 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
992 entry = np->cur_tx % TX_RING_SIZE; in start_tx()
1021 np->cur_tx++; in start_tx()
1030 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
1040 np->cur_tx, entry); in start_tx()
1048 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in netdev_tx_done()
1085 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN_RESTART && in netdev_tx_done()
1126 np->cur_tx != np->dirty_tx) { in intr_handler()
1476 np->cur_tx, np->dirty_tx, in netdev_close()