Home
last modified time | relevance | path

Searched refs:bf_next (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dxmit.c482 bf = bf->bf_next; in ath_tx_count_frames()
496 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local
522 bf_next = bf->bf_next; in ath_tx_complete_aggr()
524 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
529 bf = bf_next; in ath_tx_complete_aggr()
576 bf_next = bf->bf_next; in ath_tx_complete_aggr()
616 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
644 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
674 bf = bf_next; in ath_tx_complete_aggr()
970 bf->bf_next = NULL; in ath_tx_get_tid_subframe()
[all …]
Dath9k.h61 (_bf)->bf_next = NULL; \
225 struct ath_buf *bf_next; /* next subframe in the aggregate */ member