Searched refs:bf_prev (Results 1 – 2 of 2) sorted by relevance
822 struct ath_buf *bf, *bf_first = NULL, *bf_prev = NULL; in ath_tx_form_aggr() local1001 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()
552 struct ath_buf *bf, *bf_prev = NULL; in ath_tx_setds_11n() local632 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()