Searched refs:bf_next (Results 1 – 2 of 2) sorted by relevance
433 bf = bf->bf_next; in ath_tx_count_frames()449 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local482 bf_next = bf->bf_next; in ath_tx_complete_aggr()484 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()489 bf = bf_next; in ath_tx_complete_aggr()537 bf_next = bf->bf_next; in ath_tx_complete_aggr()577 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()605 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()634 bf = bf_next; in ath_tx_complete_aggr()903 bf->bf_next = NULL; in ath_tx_get_tid_subframe()[all …]
59 (_bf)->bf_next = NULL; \231 struct ath_buf *bf_next; /* next subframe in the aggregate */ member