Searched refs:axq_holdingbf (Results 1 – 3 of 3) sorted by relevance
4784 if (txq->axq_holdingbf == NULL)4787 txq->axq_holdingbf->bf_flags &= ~ATH_BUF_BUSY;4790 ath_returnbuf_tail(sc, txq->axq_holdingbf);4793 txq->axq_holdingbf = NULL;4823 txq->axq_holdingbf = bf;5050 txq->axq_holdingbf);5058 && (txq->axq_holdingbf != NULL)) {5059 ath_printtxbuf(sc, txq->axq_holdingbf, txq->axq_qnum, 0, 0);
504 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
398 struct ath_buf *axq_holdingbf; /* holding TX buffer */ member