Home
last modified time | relevance | path

Searched refs:axq_holdingbf (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c4839 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()
H A Dif_ath_sysctl.c503 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
H A Dif_athvar.h390 struct ath_buf *axq_holdingbf; /* holding TX buffer */ member