Lines Matching refs:tbf
378 struct ath_buf *tbf; in ath_clone_txbuf() local
380 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
381 if (WARN_ON(!tbf)) in ath_clone_txbuf()
384 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
386 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
387 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
388 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
389 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
390 tbf->bf_state.stale = false; in ath_clone_txbuf()
392 return tbf; in ath_clone_txbuf()
595 struct ath_buf *tbf; in ath_tx_complete_aggr() local
597 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr()
603 if (!tbf) { in ath_tx_complete_aggr()
613 fi->bf = tbf; in ath_tx_complete_aggr()