Searched refs:bf_last (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/ath/ |
| HD | if_ath_tx_edma.c | 147 struct ath_buf *bf, *bf_last; in ath_edma_tx_fifo_fill() local 176 bf_last = bf; in ath_edma_tx_fifo_fill() 183 bf_last); in ath_edma_tx_fifo_fill() 195 bf_last->bf_flags |= ATH_BUF_FIFOEND; in ath_edma_tx_fifo_fill() 407 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_edma_xmit_handoff_mcast() local 411 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_edma_xmit_handoff_mcast() 415 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap, in ath_edma_xmit_handoff_mcast() 420 bf_last->bf_lastds, in ath_edma_xmit_handoff_mcast()
|
| HD | if_ath_beacon.c | 284 bf->bf_last = bf; in ath_beacon_setup() 564 struct ath_buf *bf, *bf_last; in ath_beacon_cabq_start_edma() local 576 bf_last = TAILQ_LAST(&cabq->axq_q, axq_q_s); in ath_beacon_cabq_start_edma() 620 bf_last->bf_flags |= ATH_BUF_FIFOEND; in ath_beacon_cabq_start_edma()
|
| HD | if_ath_debug.c | 139 &first_bf->bf_last->bf_status.ds_txstat; in ath_printtxbuf_edma()
|
| HD | if_ath.c | 3025 bf->bf_last = NULL; /* XXX again, just to be sure */ in _ath_getbuf_locked() 3076 tbf->bf_last = tbf; in ath_buf_clone() 4303 if (txq->axq_qnum != bf->bf_last->bf_state.bfs_tx_queue) { in ath_tx_processq() 4308 bf->bf_last, in ath_tx_processq() 4309 bf->bf_last->bf_state.bfs_tx_queue); in ath_tx_processq() 4323 bf->bf_last->bf_flags |= ATH_BUF_BUSY; in ath_tx_processq() 4327 bf->bf_last->bf_flags |= ATH_BUF_BUSY; in ath_tx_processq() 4970 struct ath_buf *bf_last; in ath_legacy_tx_drain() local 5002 bf_last = ATH_TXQ_LAST(&sc->sc_txq[i], in ath_legacy_tx_drain() 5004 if (bf_last != NULL) { in ath_legacy_tx_drain() [all …]
|
| HD | if_ath_tx.c | 639 bf_first->bf_last = bf_prev; in ath_tx_setds_11n() 705 struct ath_buf *bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_tx_handoff_mcast() local 709 wh = mtod(bf_last->bf_m, struct ieee80211_frame *); in ath_tx_handoff_mcast() 711 bus_dmamap_sync(sc->sc_dmat, bf_last->bf_dmamap, in ath_tx_handoff_mcast() 716 bf_last->bf_lastds, in ath_tx_handoff_mcast() 898 struct ath_buf *bf, *bf_last; in ath_legacy_tx_dma_restart() local 904 bf_last = ATH_TXQ_LAST(txq, axq_q_s); in ath_legacy_tx_dma_restart() 914 bf_last, in ath_legacy_tx_dma_restart() 934 ath_hal_gettxdesclinkptr(sc->sc_ah, bf_last->bf_lastds, in ath_legacy_tx_dma_restart() 1332 bf->bf_last = bf; in ath_tx_setds()
|
| HD | if_athvar.h | 243 struct ath_buf *bf_last; /* last buffer in aggregate, or self for non-aggregate */ member
|