Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/amazon/ena/
Dena_netdev.h387 u32 last_monitored_tx_qid; member
Dena_netdev.c4021 for (i = adapter->last_monitored_tx_qid; i < io_queue_count; i++) { in check_for_missing_completions()
4039 adapter->last_monitored_tx_qid = i % io_queue_count; in check_for_missing_completions()
4470 adapter->last_monitored_tx_qid = 0; in ena_probe()