Searched refs:free_tx_count (Results 1 – 1 of 1) sorted by relevance
406 int free_tx_count; member1278 np->free_tx_count = TX_RING_SIZE; in init_ring()1317 --np->free_tx_count; in start_tx()1345 np->free_tx_count -= 2; in start_tx()1357 --np->free_tx_count; in start_tx()1361 if (np->free_tx_count < 2) in start_tx()1383 np->free_tx_count = TX_RING_SIZE; in reset_tx_descriptors()1539 ++np->free_tx_count; in intr_handler()1543 np->free_tx_count += 2; in intr_handler()1548 if (num_tx && np->free_tx_count >= 2) in intr_handler()