Searched refs:bf_last (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_tx_edma.c145 struct ath_buf *bf, *bf_last; local
172 * set bf_last to the end pointer in the list.
174 bf_last = bf;
181 bf_last);
193 bf_last->bf_flags |= ATH_BUF_FIFOEND;
405 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); local
409 wh = mtod(bf_last->bf_m, struct ieee80211_frame *);
413 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap,
418 bf_last->bf_lastds,
H A Dif_ath_beacon.c283 bf->bf_last = bf;
563 struct ath_buf *bf, *bf_last; local
575 bf_last = TAILQ_LAST(&cabq->axq_q, axq_q_s);
619 bf_last->bf_flags |= ATH_BUF_FIFOEND;
H A Dif_ath_debug.c140 &first_bf->bf_last->bf_status.ds_txstat;
H A Dif_ath_tx.c650 * And bf_last in the first descriptor points to the end of
653 bf_first->bf_last = bf_prev;
719 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); local
723 wh = mtod(bf_last->bf_m, struct ieee80211_frame *);
725 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap,
730 bf_last->bf_lastds,
928 struct ath_buf *bf, *bf_last; local
934 bf_last = ATH_TXQ_LAST(txq, axq_q_s);
940 "%s: Q%d: bf=%p, bf_last=%p, daddr=0x%08x\n",
944 bf_last,
[all...]
H A Dif_ath.c2593 bf->bf_last = NULL; /* XXX again, just to be sure */
2643 tbf->bf_last = tbf;
4164 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) {
4166 "%s: TXQ=%d: bf_last=%p, bfs_tx_queue=%d\n",
4169 bf->bf_last,
4170 bf->bf_last->bf_state.bfs_tx_queue);
4184 bf->bf_last->bf_flags |= ATH_BUF_BUSY;
4188 bf->bf_last->bf_flags |= ATH_BUF_BUSY;
4814 struct ath_buf *bf_last; local
4845 bf_last
[all...]
H A Dif_athvar.h224 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ member in struct:ath_buf

Completed in 77 milliseconds