Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h390 u32 last_monitored_tx_qid; member
H A Dena_netdev.c3710 for (i = adapter->last_monitored_tx_qid; i < io_queue_count; i++) { in check_for_missing_completions()
3728 adapter->last_monitored_tx_qid = i % io_queue_count; in check_for_missing_completions()
4244 adapter->last_monitored_tx_qid = 0; in ena_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.h387 u32 last_monitored_tx_qid; member
H A Dena_netdev.c4003 for (i = adapter->last_monitored_tx_qid; i < io_queue_count; i++) { in check_for_missing_completions()
4021 adapter->last_monitored_tx_qid = i % io_queue_count; in check_for_missing_completions()
4452 adapter->last_monitored_tx_qid = 0; in ena_probe()

Completed in 14 milliseconds