Lines Matching refs:first_bf
135 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_edma() argument
139 &first_bf->bf_last->bf_status.ds_txstat; in ath_printtxbuf_edma()
140 const struct ath_buf *bf = first_bf; in ath_printtxbuf_edma()
198 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_legacy() argument
201 const struct ath_tx_status *ts = &first_bf->bf_status.ds_txstat; in ath_printtxbuf_legacy()
202 const struct ath_buf *bf = first_bf; in ath_printtxbuf_legacy()
209 printf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds); in ath_printtxbuf_legacy()
241 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf() argument
245 ath_printtxbuf_edma(sc, first_bf, qnum, ix, done); in ath_printtxbuf()
247 ath_printtxbuf_legacy(sc, first_bf, qnum, ix, done); in ath_printtxbuf()
251 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxstatbuf() argument