Home
last modified time | relevance | path

Searched refs:tbf (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Drecv.c142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma() local
149 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) in ath_rx_addbuffer_edma()
443 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local
455 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) { in ath_startrecv()
728 struct ath_rxbuf *tbf; in ath_get_next_rx_buf() local
737 tbf = list_entry(bf->list.next, struct ath_rxbuf, list); in ath_get_next_rx_buf()
750 tds = tbf->bf_desc; in ath_get_next_rx_buf()
Dxmit.c397 struct ath_buf *tbf; in ath_clone_txbuf() local
399 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
400 if (WARN_ON(!tbf)) in ath_clone_txbuf()
403 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
405 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
406 tbf->bf_buf_addr = bf->bf_buf_addr; in ath_clone_txbuf()
407 memcpy(tbf->bf_desc, bf->bf_desc, sc->sc_ah->caps.tx_desc_len); in ath_clone_txbuf()
408 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
409 tbf->bf_state.stale = false; in ath_clone_txbuf()
411 return tbf; in ath_clone_txbuf()
[all …]