Searched defs:txbf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1159 struct rtw_txbuf *txbf; local
1165 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1166 while (txbf != NULL) {
1167 rtw_free_dma_mem(&txbf->bf_dma);
1168 list_remove(&rsc->sc_txq[i].tx_free_list, txbf);
1169 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1172 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1173 while (txbf != NULL) {
1174 rtw_free_dma_mem(&txbf->bf_dma);
1175 list_remove(&rsc->sc_txq[i].tx_dirty_list, txbf);
1211 struct rtw_txbuf *txbf; local
1329 struct rtw_txbuf *txbf; local
[all...]

Completed in 49 milliseconds