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.c4790 if (txq->axq_holdingbf == NULL)
4793 txq->axq_holdingbf->bf_flags &= ~ATH_BUF_BUSY;
4796 ath_returnbuf_tail(sc, txq->axq_holdingbf);
4799 txq->axq_holdingbf = NULL;
4829 txq->axq_holdingbf = bf;
5056 txq->axq_holdingbf);
5064 && (txq->axq_holdingbf != NULL)) {
5065 ath_printtxbuf(sc, txq->axq_holdingbf, txq->axq_qnum, 0, 0);
H A Dif_athvar.h391 struct ath_buf *axq_holdingbf; /* holding TX buffer */ member in struct:ath_txq
H A Dif_ath_sysctl.c505 sc->sc_txq[i].axq_holdingbf);

Completed in 167 milliseconds