Lines Matching defs:nbf
3504 struct ath_buf *nbf;
3528 nbf = ath_tx_retry_clone(sc, tid->an, tid, bf);
3531 __func__, bf, nbf);
3533 nbf = bf;
3536 if (nbf == NULL) {
3542 ath_tx_tid_filt_comp_buf(sc, tid, nbf);
3555 struct ath_buf *bf, *bf_next, *nbf;
3580 nbf = ath_tx_retry_clone(sc, tid->an, tid, bf);
3583 __func__, tid->tid, bf, nbf, SEQNO(bf->bf_state.bfs_seqno));
3585 nbf = bf;
3592 if (nbf == NULL) {
3598 ath_tx_tid_filt_comp_buf(sc, tid, nbf);
4432 struct ath_buf *nbf;
4441 nbf = ath_buf_clone(sc, bf);
4448 if (nbf == NULL) {
4457 error = ath_tx_dmasetup(sc, nbf, nbf->bf_m);
4469 ath_returnbuf_head(sc, nbf);
4476 ath_tx_switch_baw_buf(sc, an, tid, bf, nbf);
4481 return nbf;
4517 struct ath_buf *nbf;
4518 nbf = ath_tx_retry_clone(sc, an, atid, bf);
4519 if (nbf)
4521 bf = nbf;
4611 struct ath_buf *nbf;
4612 nbf = ath_tx_retry_clone(sc, an, atid, bf);
4613 if (nbf)
4615 bf = nbf;