Searched refs:tx_cnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/arm/at91/
H A Dif_macbvar.h120 int tx_cnt; member in struct:macb_softc
H A Dif_macb.c293 sc->tx_cnt = 0;
693 sc->tx_cnt--;
706 if (sc->tx_cnt == 0)
907 if (sc->tx_cnt + nsegs > MACB_MAX_TX_BUFFERS - 1) {
933 sc->tx_cnt++;
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dt4_main.c6750 uint32_t tx_cnt[MAX_PM_NSTATS], rx_cnt[MAX_PM_NSTATS]; local
6769 t4_pmtx_get_stats(sc, tx_cnt, tx_cyc);
6774 sbuf_printf(sb, "\n%-13s %10u %20ju", tx_stats[i], tx_cnt[i],
6787 sbuf_printf(sb, "\n%-13s %10u %20ju", tx_stats[i], tx_cnt[i],
6797 sbuf_printf(sb, "\n%-13s %10u %20ju", tx_stats[i], tx_cnt[i],

Completed in 65 milliseconds