Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_sysctl.c737 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_stops, 0, in oce_add_stats_sysctls_be3()
940 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_stops, 0, in oce_add_stats_sysctls_xe201()
984 adapter_stats->tx.t_tx_stops += sc->wq[i]->tx_stats.tx_stops; in oce_refresh_queue_stats()
H A Doce_if.c1137 sc->wq[def_q]->tx_stats.tx_stops ++; in oce_start_locked()
1226 wq->tx_stats.tx_stops ++;
H A Doce_if.h679 uint32_t tx_stops; /* number of times TX Q was stopped */ member