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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_debug.c141 &first_bf->bf_last->bf_status.ds_txstat;
H A Dif_ath.c3172 bf->bf_last = NULL; /* XXX again, just to be sure */
3223 tbf->bf_last = tbf;
4465 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) {
4467 "%s: TXQ=%d: bf_last=%p, bfs_tx_queue=%d\n",
4470 bf->bf_last,
4471 bf->bf_last->bf_state.bfs_tx_queue);
4485 bf->bf_last->bf_flags |= ATH_BUF_BUSY;
4489 bf->bf_last->bf_flags |= ATH_BUF_BUSY;
5134 struct ath_buf *bf_last; local
5166 bf_last
[all...]
H A Dif_ath_beacon.c290 bf->bf_last = bf;
570 struct ath_buf *bf, *bf_last; local
582 bf_last = TAILQ_LAST(&cabq->axq_q, axq_q_s);
626 bf_last->bf_flags |= ATH_BUF_FIFOEND;
H A Dif_ath_tx.c651 * And bf_last in the first descriptor points to the end of
654 bf_first->bf_last = bf_prev;
720 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); local
724 wh = mtod(bf_last->bf_m, struct ieee80211_frame *);
726 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap,
731 bf_last->bf_lastds,
913 struct ath_buf *bf, *bf_last; local
919 bf_last = ATH_TXQ_LAST(txq, axq_q_s);
925 "%s: Q%d: bf=%p, bf_last=%p, daddr=0x%08x\n",
929 bf_last,
[all...]
H A Dif_ath_tx_edma.c176 struct ath_buf *bf, *bf_last; local
229 bf_last = TAILQ_LAST(&sq, axq_q_s);
240 bf_last->bf_flags |= ATH_BUF_FIFOEND;
580 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); local
584 wh = mtod(bf_last->bf_m, struct ieee80211_frame *);
588 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap,
593 bf_last->bf_lastds,
H A Dif_athvar.h246 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ member in struct:ath_buf

Completed in 181 milliseconds