Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
A 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()
444 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local
456 list_for_each_entry_safe(bf, tbf, &sc->rx.rxbuf, list) { in ath_startrecv()
729 struct ath_rxbuf *tbf; in ath_get_next_rx_buf() local
738 tbf = list_entry(bf->list.next, struct ath_rxbuf, list); in ath_get_next_rx_buf()
751 tds = tbf->bf_desc; in ath_get_next_rx_buf()
A Dxmit.c435 struct ath_buf *tbf; in ath_clone_txbuf() local
437 tbf = ath_tx_get_buffer(sc); in ath_clone_txbuf()
438 if (WARN_ON(!tbf)) in ath_clone_txbuf()
441 ATH_TXBUF_RESET(tbf); in ath_clone_txbuf()
443 tbf->bf_mpdu = bf->bf_mpdu; in ath_clone_txbuf()
446 tbf->bf_state = bf->bf_state; in ath_clone_txbuf()
447 tbf->bf_state.stale = false; in ath_clone_txbuf()
449 return tbf; in ath_clone_txbuf()
641 struct ath_buf *tbf; in ath_tx_complete_aggr() local
649 if (!tbf) { in ath_tx_complete_aggr()
[all …]

Completed in 14 milliseconds