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

/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_tx.c4616 int seq_st, tx_ok; local
4743 tx_ok = (ts.ts_status == 0);
4757 "%s: txa_start=%d, tx_ok=%d, status=%.8x, flags=%.8x, "
4759 __func__, tap->txa_start, tx_ok, ts.ts_status, ts.ts_flags,
4776 tx_ok = 0;
4781 if (isaggr && tx_ok && (! hasba)) {
4785 __func__, hasba, tx_ok, isaggr, seq_st);
4829 if (tx_ok && ATH_BA_ISSET(ba, ba_index)) {
/freebsd-10.3-release/sys/dev/vr/
H A Dif_vrreg.h694 uint64_t tx_ok; member in struct:vr_statistics
H A Dif_vr.c1516 sc->vr_stat.tx_ok++;
2629 (uintmax_t)stat->tx_ok);

Completed in 73 milliseconds