Lines Matching refs:tbf
389 struct ath_buf *tbf; in ath_clone_txbuf() local
391 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
392 if (WARN_ON(!tbf)) in ath_clone_txbuf()
395 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
397 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
398 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
399 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
400 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
401 tbf->bf_state.stale = false; in ath_clone_txbuf()
403 return tbf; in ath_clone_txbuf()
606 struct ath_buf *tbf; in ath_tx_complete_aggr() local
608 tbf = ath_clone_txbuf(sc, bf_last); in ath_tx_complete_aggr()
614 if (!tbf) { in ath_tx_complete_aggr()
624 fi->bf = tbf; in ath_tx_complete_aggr()