Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx_edma.c174 struct ath_buf *bf, *bf_last; in ath_tx_edma_push_staging_list() local
227 bf_last = TAILQ_LAST(&sq, axq_q_s); in ath_tx_edma_push_staging_list()
238 bf_last->bf_flags |= ATH_BUF_FIFOEND; in ath_tx_edma_push_staging_list()
578 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_edma_xmit_handoff_mcast() local
582 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_edma_xmit_handoff_mcast()
586 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap, in ath_edma_xmit_handoff_mcast()
591 bf_last->bf_lastds, in ath_edma_xmit_handoff_mcast()
H A Dif_ath_beacon.c288 bf->bf_last = bf; in ath_beacon_setup()
570 struct ath_buf *bf, *bf_last; in ath_beacon_cabq_start_edma() local
582 bf_last = TAILQ_LAST(&cabq->axq_q, axq_q_s); in ath_beacon_cabq_start_edma()
626 bf_last->bf_flags |= ATH_BUF_FIFOEND; in ath_beacon_cabq_start_edma()
H A Dif_ath_debug.c139 &first_bf->bf_last->bf_status.ds_txstat; in ath_printtxbuf_edma()
H A Dif_ath.c3219 bf->bf_last = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked()
3270 tbf->bf_last = tbf; in ath_buf_clone()
4514 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) { in ath_tx_processq()
4519 bf->bf_last, in ath_tx_processq()
4520 bf->bf_last->bf_state.bfs_tx_queue); in ath_tx_processq()
4534 bf->bf_last->bf_flags |= ATH_BUF_BUSY; in ath_tx_processq()
4538 bf->bf_last->bf_flags |= ATH_BUF_BUSY; in ath_tx_processq()
5183 struct ath_buf *bf_last; in ath_legacy_tx_drain() local
5215 bf_last = ATH_TXQ_LAST(&sc->sc_txq[i], in ath_legacy_tx_drain()
5217 if (bf_last != NULL) { in ath_legacy_tx_drain()
[all …]
H A Dif_ath_tx.c652 bf_first->bf_last = bf_prev; in ath_tx_setds_11n()
718 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_tx_handoff_mcast() local
722 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_tx_handoff_mcast()
724 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap, in ath_tx_handoff_mcast()
729 bf_last->bf_lastds, in ath_tx_handoff_mcast()
911 struct ath_buf *bf, *bf_last; in ath_legacy_tx_dma_restart() local
917 bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_legacy_tx_dma_restart()
927 bf_last, in ath_legacy_tx_dma_restart()
947 ath_hal_gettxdesclinkptr(sc->sc_ah, bf_last->bf_lastds, in ath_legacy_tx_dma_restart()
1356 bf->bf_last = bf; in ath_tx_setds()
H A Dif_athvar.h245 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ member