Searched refs:free_tx_count (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/
H A Dfealnx.c406 int free_tx_count; member in struct:netdev_private
1283 np->free_tx_count = TX_RING_SIZE; init_ring()
1322 --np->free_tx_count; start_tx()
1350 np->free_tx_count -= 2; start_tx()
1362 --np->free_tx_count; start_tx()
1366 if (np->free_tx_count < 2) start_tx()
1388 np->free_tx_count = TX_RING_SIZE; reset_tx_descriptors()
1544 ++np->free_tx_count; intr_handler()
1548 np->free_tx_count += 2; intr_handler()
1553 if (num_tx && np->free_tx_count >= 2) intr_handler()

Completed in 51 milliseconds