Searched refs:bf_next (Results 1 – 2 of 2) sorted by relevance
334 bf = bf->bf_next; in ath_tx_count_frames()350 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local376 bf_next = bf->bf_next; in ath_tx_complete_aggr()380 !bf->bf_stale || bf_next != NULL) in ath_tx_complete_aggr()387 bf = bf_next; in ath_tx_complete_aggr()430 bf_next = bf->bf_next; in ath_tx_complete_aggr()464 bf_next == NULL) { in ath_tx_complete_aggr()500 if (bf->bf_next == NULL && bf_last->bf_stale) { in ath_tx_complete_aggr()544 bf = bf_next; in ath_tx_complete_aggr()769 bf->bf_next = NULL; in ath_tx_form_aggr()[all …]
77 (_bf)->bf_next = NULL; \226 struct ath_buf *bf_next; /* next subframe in the aggregate */ member