Searched refs:bf_next (Results 1 – 5 of 5) sorted by relevance
161 bf = bf->bf_next; in ath_tx_alq_post()616 !! (bf->bf_next == NULL) /* is_last_subframe */ in ath_tx_setds_11n()640 bf = bf->bf_next; in ath_tx_setds_11n()3577 struct ath_buf *bf, *bf_next, *nbf; in ath_tx_tid_filt_comp_aggr() local3583 bf_next = bf->bf_next; in ath_tx_tid_filt_comp_aggr()3584 bf->bf_next = NULL; /* Remove it from the aggr list */ in ath_tx_tid_filt_comp_aggr()3623 bf = bf_next; in ath_tx_tid_filt_comp_aggr()3841 bf->bf_next = NULL; in ath_tx_tid_drain_pkt()4319 struct ath_buf *bf, *bf_next; in ath_tx_tid_cleanup_frame() local4333 bf_next = bf->bf_next; /* next aggregate frame, or NULL */ in ath_tx_tid_cleanup_frame()[all …]
195 bf = bf->bf_next; in ath_printtxbuf_edma()238 bf = bf->bf_next; in ath_printtxbuf_legacy()
873 bf->bf_next = NULL; in ath_tx_form_aggr()1004 bf_prev->bf_next = bf; in ath_tx_form_aggr()
3163 bf->bf_next = NULL; /* XXX just to be sure */ in _ath_getbuf_locked()3205 tbf->bf_next = NULL; in ath_buf_clone()4253 if (bf->bf_next != NULL) in ath_tx_default_comp()
234 struct ath_buf * bf_next; /* next buffer in the aggregate */ member