Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dxmit.c434 bf = bf->bf_next; in ath_tx_count_frames()
448 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local
474 bf_next = bf->bf_next; in ath_tx_complete_aggr()
476 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
481 bf = bf_next; in ath_tx_complete_aggr()
528 bf_next = bf->bf_next; in ath_tx_complete_aggr()
568 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
596 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
626 bf = bf_next; in ath_tx_complete_aggr()
922 bf->bf_next = NULL; in ath_tx_get_tid_subframe()
[all …]
Dath9k.h59 (_bf)->bf_next = NULL; \
222 struct ath_buf *bf_next; /* next subframe in the aggregate */ member