Lines Matching refs:txok
64 struct ath_tx_status *ts, int txok);
69 int txok);
457 struct ath_tx_status *ts, int txok,
480 if (!txok || (isaggr && !ATH_BA_ISSET(ba, ba_index)))
492 struct ath_tx_status *ts, int txok)
548 txok = false;
553 if (isaggr && txok) {
572 ath_tx_count_frames(sc, bf, ts, txok, &nframes, &nbad);
594 } else if (!isaggr && txok) {
600 if (txok || !an->sleeping)
629 ath_tx_rc_status(sc, bf, ts, nframes, nbad, txok);
739 bool txok, flush;
741 txok = !(ts->ts_status & ATH9K_TXERR_MASK);
767 ath_tx_rc_status(sc, bf, ts, 1, txok ? 0 : 1, txok);
771 ath_tx_complete_buf(sc, bf, txq, bf_head, sta, ts, txok);
773 ath_tx_complete_aggr(sc, txq, bf, bf_head, sta, tid, ts, txok);
2520 struct ath_tx_status *ts, int txok)
2527 if (!txok)
2575 int txok)
2586 if (txok)