Home
last modified time | relevance | path

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

/freebsd/sys/dev/ena/
H A Dena.h291 counter_u64_t missing_tx_comp; member
H A Dena_sysctl.c346 "missing_tx_comp", CTLFLAG_RD, &tx_stats->missing_tx_comp, in ena_sysctl_add_stats()
H A Dena.c3263 counter_u64_add(tx_ring->tx_stats.missing_tx_comp, new_missed_tx); in check_missing_comp_in_tx_queue()