Lines Matching refs:txok
58 struct ath_tx_status *ts, int txok);
63 int txok);
410 struct ath_tx_status *ts, int txok,
431 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index)))
443 struct ath_tx_status *ts, int txok)
499 txok = false;
504 if (isaggr && txok) {
523 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
545 } else if (!isaggr && txok) {
551 if (txok || !an->sleeping)
580 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok);
690 bool txok, flush;
692 txok = !(ts->ts_status & ATH9K_TXERR_MASK);
718 ath_tx_rc_status(sc, bf, ts, 1, txok ? 0 : 1, txok);
722 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok);
724 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok);
2461 struct ath_tx_status *ts, int txok)
2468 if (!txok)
2516 int txok)
2527 if (txok)