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

/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath_debug.c136 ath_printtxbuf_edma(struct ath_softc *sc, const struct ath_buf *first_bf, argument
140 &first_bf->bf_last->bf_status.ds_txstat;
141 const struct ath_buf *bf = first_bf;
199 ath_printtxbuf_legacy(struct ath_softc *sc, const struct ath_buf *first_bf, argument
202 const struct ath_tx_status *ts = &first_bf->bf_status.ds_txstat;
203 const struct ath_buf *bf = first_bf;
210 printf(" (bf=%p, lastds=%p)\n", bf, first_bf->bf_lastds);
242 ath_printtxbuf(struct ath_softc *sc, const struct ath_buf *first_bf, argument
246 ath_printtxbuf_edma(sc, first_bf, qnum, ix, done);
248 ath_printtxbuf_legacy(sc, first_bf, qnu
252 ath_printtxstatbuf(struct ath_softc *sc, const struct ath_buf *first_bf, const uint32_t *ds, u_int qnum, u_int ix, int done) argument
[all...]
H A Dif_ath_tx_ht.c348 ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf, argument
352 struct ieee80211_node *ni = first_bf->bf_node;
421 rix = first_bf->bf_state.bfs_rc[0].rix;
423 flags = first_bf->bf_state.bfs_rc[0].flags;

Completed in 91 milliseconds