Lines Matching refs:dirty_tx
314 unsigned int cur_tx, dirty_tx;
838 np->tx_q_bytes = np->dirty_tx = np->cur_tx = 0;
951 np->cur_tx, np->dirty_tx, np->tx_full, np->tx_q_bytes);
957 * Under high load dirty_tx and the internal tx descriptor pointer
1049 if (np->cur_tx - np->dirty_tx > TX_QUEUE_LEN ||
1067 for (; np->cur_tx - np->dirty_tx > 0; np->dirty_tx++) {
1068 int entry = np->dirty_tx % TX_RING_SIZE;
1105 np->cur_tx - np->dirty_tx < TX_QUEUE_LEN_RESTART &&
1146 np->cur_tx != np->dirty_tx) {
1492 np->cur_tx, np->dirty_tx,