Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c822 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local
1001 if (bf_prev) in ath_tx_form_aggr()
1002 bf_prev->bf_next = bf; in ath_tx_form_aggr()
1003 bf_prev = bf; in ath_tx_form_aggr()
H A Dif_ath_tx.c552 struct ath_buf *bf, *bf_prev = NULL; in ath_tx_setds_11n() local
632 if (bf_prev != NULL) in ath_tx_setds_11n()
633 ath_hal_settxdesclink(sc->sc_ah, bf_prev->bf_lastds, in ath_tx_setds_11n()
637 bf_prev = bf; in ath_tx_setds_11n()
646 bf_first->bf_lastds = bf_prev->bf_lastds; in ath_tx_setds_11n()
652 bf_first->bf_last = bf_prev; in ath_tx_setds_11n()
677 ath_hal_setuplasttxdesc(sc->sc_ah, bf_prev->bf_lastds, ds0); in ath_tx_setds_11n()