Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath.c4784 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);
H A Dif_ath_sysctl.c504 sc->sc_txq[i].axq_holdingbf); in ath_sysctl_txagg()
H A Dif_athvar.h398 struct ath_buf *axq_holdingbf; /* holding TX buffer */ member