Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_sysctl.c890 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_stops, 0, in oce_add_stats_sysctls_be3()
1086 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_stops, 0, in oce_add_stats_sysctls_xe201()
1128 adapter_stats->tx.t_tx_stops += sc->wq[i]->tx_stats.tx_stops; in oce_refresh_queue_stats()
H A Doce_if.h679 uint32_t tx_stops; /* number of times TX Q was stopped */ member
H A Doce_if.c1379 sc->wq[def_q]->tx_stats.tx_stops ++; in oce_start()
1456 wq->tx_stats.tx_stops ++; in oce_multiq_transmit()