Searched defs:rtw_txq (Results 1 – 1 of 1) sorted by relevance
207 struct rtw_txq { struct208 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;