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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c159 bf = bf->bf_next;
534 * bf->bf_next.
601 !! (bf->bf_next == NULL) /* is_last_subframe */
625 bf = bf->bf_next;
3456 struct ath_buf *bf, *bf_next, *nbf; local
3462 bf_next = bf->bf_next;
3463 bf->bf_next = NULL; /* Remove it from the aggr list */
3502 bf = bf_next;
3720 bf->bf_next
4197 struct ath_buf *bf, *bf_next; local
4262 struct ath_buf *bf, *bf_next; local
4556 struct ath_buf *bf_next, *bf; local
4641 struct ath_buf *bf, *bf_next; local
4717 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.c773 bf->bf_next = NULL;
904 bf_prev->bf_next = bf;
H A Dif_ath.c3049 bf->bf_next = NULL; /* XXX just to be sure */
3091 tbf->bf_next = NULL;
4137 if (bf->bf_next != NULL)
4139 "%s: bf %p: seqno %d: bf_next not NULL!\n",
H A Dif_athvar.h231 struct ath_buf * bf_next; /* next buffer in the aggregate */ member in struct:ath_buf

Completed in 129 milliseconds