Lines Matching defs:free_tx_count
399 int free_tx_count;
1272 np->free_tx_count = TX_RING_SIZE;
1311 --np->free_tx_count;
1341 np->free_tx_count -= 2;
1354 --np->free_tx_count;
1358 if (np->free_tx_count < 2)
1380 np->free_tx_count = TX_RING_SIZE;
1538 ++np->free_tx_count;
1542 np->free_tx_count += 2;
1547 if (num_tx && np->free_tx_count >= 2)