Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rtw/
H A Drtw.c1159 struct rtw_txbuf *txbf; in rtw_dma_free() local
1165 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 …]