Home
last modified time | relevance | path

Searched defs:rtw_txq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtwvar.h209 struct rtw_txq { struct
210 struct rtw_txdesc *txdesc_h;
211 struct rtw_txbuf *txbuf_h;
212 uint32_t tx_prod;
213 uint32_t tx_cons;
214 uint32_t tx_nfree;
215 kmutex_t txbuf_lock;
216 list_t tx_free_list;
217 list_t tx_dirty_list;