Searched refs:tx_dirty_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h215 list_t tx_dirty_list; member in struct:rtw_txq
H A Drtw.c1172 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1175 list_remove(&rsc->sc_txq[i].tx_dirty_list, txbf);
1176 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1178 list_destroy(&rsc->sc_txq[i].tx_dirty_list);
1245 list_create(&rsc->sc_txq[i].tx_dirty_list,
1348 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1350 list_remove(&rsc->sc_txq[i].tx_dirty_list, txbf);
1351 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
2290 list_insert_tail(&rsc->sc_txq[i].tx_dirty_list, bf);
2711 bf = list_head(&rsc->sc_txq[pri].tx_dirty_list);
[all...]

Completed in 69 milliseconds