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

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

Completed in 86 milliseconds