Lines Matching refs:cur_tx
314 unsigned int cur_tx, dirty_tx; member
831 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0; in init_rxtx_rings()
945 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes); in tx_timeout()
1005 entry = np->cur_tx % TX_RING_SIZE; in start_tx()
1034 np->cur_tx++; in start_tx()
1043 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN || in start_tx()
1053 np->cur_tx, entry); in start_tx()
1061 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in netdev_tx_done()
1099 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN_RESTART && in netdev_tx_done()
1140 np->cur_tx != np->dirty_tx) { in intr_handler()
1487 np->cur_tx, np->dirty_tx, in netdev_close()