Searched refs:bf_next (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c159 bf = bf->bf_next;
547 * bf->bf_next.
614 !! (bf->bf_next == NULL) /* is_last_subframe */
638 bf = bf->bf_next;
3575 struct ath_buf *bf, *bf_next, *nbf; local
3581 bf_next = bf->bf_next;
3582 bf->bf_next = NULL; /* Remove it from the aggr list */
3621 bf = bf_next;
3839 bf->bf_next
4317 struct ath_buf *bf, *bf_next; local
4382 struct ath_buf *bf, *bf_next; local
4676 struct ath_buf *bf_next, *bf; local
4759 struct ath_buf *bf, *bf_next; local
4835 struct ath_buf *bf, *bf_next; local
[all...]
H A Dif_ath_debug.c193 bf = bf->bf_next;
236 bf = bf->bf_next;
H A Dif_ath_tx_ht.c871 bf->bf_next = NULL;
1002 bf_prev->bf_next = bf;
H A Dif_ath.c3210 bf->bf_next = NULL; /* XXX just to be sure */
3252 tbf->bf_next = NULL;
4305 if (bf->bf_next != NULL)
4307 "%s: bf %p: seqno %d: bf_next not NULL!\n",
H A Dif_athvar.h233 struct ath_buf * bf_next; /* next buffer in the aggregate */ member in struct:ath_buf

Completed in 90 milliseconds