Lines Matching refs:cur_tx
304 unsigned int cur_tx, dirty_tx; member
823 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
934 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
994 entry = np->cur_tx % TX_RING_SIZE; in start_tx()
1023 np->cur_tx++; in start_tx()
1032 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
1042 np->cur_tx, entry); in start_tx()
1050 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in netdev_tx_done()
1087 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN_RESTART && in netdev_tx_done()
1128 np->cur_tx != np->dirty_tx) { in intr_handler()
1478 np->cur_tx, np->dirty_tx, in netdev_close()