Home
last modified time | relevance | path

Searched refs:first_bf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_debug.c141 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_edma() argument
145 &first_bf->bf_last->bf_status.ds_txstat; in ath_printtxbuf_edma()
146 const struct ath_buf *bf = first_bf; in ath_printtxbuf_edma()
204 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf_legacy() argument
207 const struct ath_tx_status *ts = &first_bf->bf_status.ds_txstat; in ath_printtxbuf_legacy()
208 const struct ath_buf *bf = first_bf; in ath_printtxbuf_legacy()
215 kprintf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds); in ath_printtxbuf_legacy()
247 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, in ath_printtxbuf() argument
251 ath_printtxbuf_edma(sc, first_bf, qnum, ix, done); in ath_printtxbuf()
253 ath_printtxbuf_legacy(sc, first_bf, qnum, ix, done); in ath_printtxbuf()
[all …]
H A Dif_ath_tx_ht.c384 ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf, in ath_compute_num_delims() argument
388 struct ieee80211_node *ni = first_bf->bf_node; in ath_compute_num_delims()
457 rix = first_bf->bf_state.bfs_rc[0].rix; in ath_compute_num_delims()
459 flags = first_bf->bf_state.bfs_rc[0].flags; in ath_compute_num_delims()