Lines Matching refs:tbf
392 struct ath_buf *tbf; in ath_clone_txbuf() local
394 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
395 if (WARN_ON(!tbf)) in ath_clone_txbuf()
398 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
400 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
401 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
402 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
403 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
404 tbf->bf_state.stale = false; in ath_clone_txbuf()
406 return tbf; in ath_clone_txbuf()
597 struct ath_buf *tbf; in ath_tx_complete_aggr() local
599 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr()
605 if (!tbf) { in ath_tx_complete_aggr()
616 fi->bf = tbf; in ath_tx_complete_aggr()