Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_tx.c3524 struct ath_buf *nbf; in ath_tx_tid_filt_comp_single() local
3548 nbf = ath_tx_retry_clone(sc, tid->an, tid, bf); in ath_tx_tid_filt_comp_single()
3551 __func__, bf, nbf); in ath_tx_tid_filt_comp_single()
3553 nbf = bf; in ath_tx_tid_filt_comp_single()
3556 if (nbf == NULL) { in ath_tx_tid_filt_comp_single()
3562 ath_tx_tid_filt_comp_buf(sc, tid, nbf); in ath_tx_tid_filt_comp_single()
3575 struct ath_buf *bf, *bf_next, *nbf; in ath_tx_tid_filt_comp_aggr() local
3600 nbf = ath_tx_retry_clone(sc, tid->an, tid, bf); in ath_tx_tid_filt_comp_aggr()
3603 __func__, tid->tid, bf, nbf, SEQNO(bf->bf_state.bfs_seqno)); in ath_tx_tid_filt_comp_aggr()
3605 nbf = bf; in ath_tx_tid_filt_comp_aggr()
[all …]