Lines Matching refs:dirty_tx
398 unsigned int cur_tx, dirty_tx; member
1002 np->dirty_tx, np->dirty_tx % TX_RING_SIZE); in tx_timeout()
1016 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in tx_timeout()
1031 np->dirty_rx = np->dirty_tx = 0; in init_ring()
1126 if (np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 1 && in start_tx()
1173 np->cur_tx = np->dirty_tx = 0; in reset_tx()
1270 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in intr_handler()
1271 int entry = np->dirty_tx % TX_RING_SIZE; in intr_handler()
1296 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) { in intr_handler()
1297 int entry = np->dirty_tx % TX_RING_SIZE; in intr_handler()
1316 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN - 4) { in intr_handler()
1841 np->dirty_tx = 0; in netdev_close()
1853 dev->name, np->cur_tx, np->dirty_tx, np->cur_rx, np->dirty_rx); in netdev_close()