Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/oce/
H A Doce_sysctl.c734 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_reqs, 0, in oce_add_stats_sysctls_be3()
937 CTLFLAG_RD, &sc->wq[i]->tx_stats.tx_reqs, 0, in oce_add_stats_sysctls_xe201()
983 adapter_stats->tx.t_tx_reqs += sc->wq[i]->tx_stats.tx_reqs; in oce_refresh_queue_stats()
H A Doce_if.h678 uint32_t tx_reqs; member
H A Doce_if.c941 wq->tx_stats.tx_reqs++; in oce_tx()