Home
last modified time | relevance | path

Searched refs:last_monitored_tx_qid (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.h390 u32 last_monitored_tx_qid; member
Dena_netdev.c3703 for (i = adapter->last_monitored_tx_qid; i < io_queue_count; i++) { in check_for_missing_completions()
3721 adapter->last_monitored_tx_qid = i % io_queue_count; in check_for_missing_completions()
4241 adapter->last_monitored_tx_qid = 0; in ena_probe()