Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c483 bf = bf->bf_next; in ath_tx_count_frames()
497 struct ath_buf *bf_next, *bf_last = bf->bf_lastbf; in ath_tx_complete_aggr() local
523 bf_next = bf->bf_next; in ath_tx_complete_aggr()
525 if (!bf->bf_state.stale || bf_next != NULL) in ath_tx_complete_aggr()
530 bf = bf_next; in ath_tx_complete_aggr()
577 bf_next = bf->bf_next; in ath_tx_complete_aggr()
617 if (bf_next != NULL || !bf_last->bf_state.stale) in ath_tx_complete_aggr()
645 if (bf->bf_next == NULL && bf_last->bf_state.stale) { in ath_tx_complete_aggr()
675 bf = bf_next; in ath_tx_complete_aggr()
971 bf->bf_next = NULL; in ath_tx_get_tid_subframe()
[all …]
Dath9k.h60 (_bf)->bf_next = NULL; \
224 struct ath_buf *bf_next; /* next subframe in the aggregate */ member