Searched refs:tbf (Results 1 – 2 of 2) sorted by relevance
291 struct ath_buf *tbf; in ath_clone_txbuf() local293 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()294 if (WARN_ON(!tbf)) in ath_clone_txbuf()297 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()299 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()300 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()301 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()302 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()304 return tbf; in ath_clone_txbuf()501 struct ath_buf *tbf; in ath_tx_complete_aggr() local[all …]
453 struct ath_buf *bf, *tbf; in ath_startrecv() local465 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) { in ath_startrecv()741 struct ath_buf *tbf; in ath_get_next_rx_buf() local750 tbf = list_entry(bf->list.next, struct ath_buf, list); in ath_get_next_rx_buf()763 tds = tbf->bf_desc; in ath_get_next_rx_buf()