Lines Matching defs:bf_next
159 bf = bf->bf_next;
547 * bf->bf_next.
614 !! (bf->bf_next == NULL) /* is_last_subframe */
638 bf = bf->bf_next;
3555 struct ath_buf *bf, *bf_next, *nbf;
3561 bf_next = bf->bf_next;
3562 bf->bf_next = NULL; /* Remove it from the aggr list */
3601 bf = bf_next;
3819 bf->bf_next = NULL;
4297 struct ath_buf *bf, *bf_next;
4311 bf_next = bf->bf_next; /* next aggregate frame, or NULL */
4330 bf->bf_next = NULL;
4340 bf = bf_next;
4362 struct ath_buf *bf, *bf_next;
4393 bf_next = TAILQ_NEXT(bf, bf_list);
4403 bf = bf_next;
4636 bf->bf_next = NULL; /* Just to make sure */
4656 struct ath_buf *bf_next, *bf;
4681 bf_next = bf->bf_next;
4682 bf->bf_next = NULL; /* Remove it from the aggr list */
4686 bf->bf_next = NULL;
4689 bf = bf_next;
4739 struct ath_buf *bf, *bf_next;
4761 bf = bf->bf_next;
4786 bf_next = bf->bf_next;
4787 bf->bf_next = NULL;
4789 bf = bf_next;
4815 struct ath_buf *bf, *bf_next;
4885 TAILQ_FOREACH_SAFE(bf, &bf_cq, bf_list, bf_next) {
5024 bf_next = bf->bf_next;
5025 bf->bf_next = NULL; /* Remove it from the aggr list */
5040 bf->bf_next = NULL;
5046 bf->bf_next = NULL;
5051 bf = bf_next;
5526 * are already linked together via bf_next pointers.