Searched refs:txbf (Results 1 – 1 of 1) sorted by relevance
1159 struct rtw_txbuf *txbf; in rtw_dma_free() local1165 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_dma_free()1166 while (txbf != NULL) { in rtw_dma_free()1167 rtw_free_dma_mem(&txbf->bf_dma); in rtw_dma_free()1168 list_remove(&rsc->sc_txq[i].tx_free_list, txbf); in rtw_dma_free()1169 txbf = list_head(&rsc->sc_txq[i].tx_free_list); in rtw_dma_free()1172 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list); in rtw_dma_free()1173 while (txbf != NULL) { in rtw_dma_free()1174 rtw_free_dma_mem(&txbf->bf_dma); in rtw_dma_free()1175 list_remove(&rsc->sc_txq[i].tx_dirty_list, txbf); in rtw_dma_free()[all …]