Home
last modified time | relevance | path

Searched refs:missing_tx_comp (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/ena/
H A Dena.h285 counter_u64_t missing_tx_comp; member
H A Dena_sysctl.c244 &tx_stats->missing_tx_comp, "TX completions missed"); in ena_sysctl_add_stats()
H A Dena.c3071 counter_u64_add(tx_ring->tx_stats.missing_tx_comp, missed_tx); in check_missing_comp_in_tx_queue()