Searched refs:axq_holdingbf (Results 1 – 3 of 3) sorted by relevance
4839 if (txq->axq_holdingbf == NULL) in ath_txq_freeholdingbuf()4842 txq->axq_holdingbf->bf_flags &= ~ATH_BUF_BUSY; in ath_txq_freeholdingbuf()4845 ath_returnbuf_tail(sc, txq->axq_holdingbf); in ath_txq_freeholdingbuf()4848 txq->axq_holdingbf = NULL; in ath_txq_freeholdingbuf()4878 txq->axq_holdingbf = bf; in ath_txq_addholdingbuf()5105 txq->axq_holdingbf); in ath_tx_stopdma()5113 && (txq->axq_holdingbf != NULL)) { in ath_tx_stopdma()5114 ath_printtxbuf(sc, txq->axq_holdingbf, txq->axq_qnum, 0, 0); in ath_tx_stopdma()
503 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
390 struct ath_buf *axq_holdingbf; /* holding TX buffer */ member