Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/
H A Dfealnx.c399 int free_tx_count; member
1272 np->free_tx_count = TX_RING_SIZE; in init_ring()
1311 --np->free_tx_count; in start_tx()
1341 np->free_tx_count -= 2; in start_tx()
1354 --np->free_tx_count; in start_tx()
1358 if (np->free_tx_count < 2) in start_tx()
1380 np->free_tx_count = TX_RING_SIZE; in reset_tx_descriptors()
1538 ++np->free_tx_count; in intr_handler()
1542 np->free_tx_count += 2; in intr_handler()
1547 if (num_tx && np->free_tx_count > in intr_handler()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dfealnx.c399 int free_tx_count; member
1274 np->free_tx_count = TX_RING_SIZE; in init_ring()
1313 --np->free_tx_count; in start_tx()
1343 np->free_tx_count -= 2; in start_tx()
1356 --np->free_tx_count; in start_tx()
1360 if (np->free_tx_count < 2) in start_tx()
1382 np->free_tx_count = TX_RING_SIZE; in reset_tx_descriptors()
1540 ++np->free_tx_count; in intr_handler()
1544 np->free_tx_count += 2; in intr_handler()
1549 if (num_tx && np->free_tx_count > in intr_handler()
[all...]

Completed in 5 milliseconds