Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c159 bf = bf->bf_next; in ath_tx_alq_post()
614 !! (bf->bf_next == NULL) /* is_last_subframe */ in ath_tx_setds_11n()
638 bf = bf->bf_next; in ath_tx_setds_11n()
3575 struct ath_buf *bf, *bf_next, *nbf; in ath_tx_tid_filt_comp_aggr() local
3581 bf_next = bf->bf_next; in ath_tx_tid_filt_comp_aggr()
3582 bf->bf_next = NULL; /* Remove it from the aggr list */ in ath_tx_tid_filt_comp_aggr()
3621 bf = bf_next; in ath_tx_tid_filt_comp_aggr()
3839 bf->bf_next = NULL; in ath_tx_tid_drain_pkt()
4317 struct ath_buf *bf, *bf_next; in ath_tx_tid_cleanup_frame() local
4331 bf_next = bf->bf_next; /* next aggregate frame, or NULL */ in ath_tx_tid_cleanup_frame()
[all …]
H A Dif_ath_debug.c193 bf = bf->bf_next; in ath_printtxbuf_edma()
236 bf = bf->bf_next; in ath_printtxbuf_legacy()
H A Dif_ath_tx_ht.c871 bf->bf_next = NULL; in ath_tx_form_aggr()
1002 bf_prev->bf_next = bf; in ath_tx_form_aggr()
H A Dif_ath.c3218 bf->bf_next = NULL; /* XXX just to be sure */ in _ath_getbuf_locked()
3260 tbf->bf_next = NULL; in ath_buf_clone()
4313 if (bf->bf_next != NULL) in ath_tx_default_comp()
H A Dif_athvar.h233 struct ath_buf * bf_next; /* next buffer in the aggregate */ member