Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/rtw/
H A Drtwvar.h207 struct rtw_txq { struct
208 struct rtw_txdesc *txdesc_h;
209 struct rtw_txbuf *txbuf_h;
210 uint32_t tx_prod;
211 uint32_t tx_cons;
212 uint32_t tx_nfree;
213 kmutex_t txbuf_lock;
214 list_t tx_free_list;
215 list_t tx_dirty_list;