Searched defs:iwl_rxq (Results 1 – 1 of 1) sorted by relevance
235 struct iwl_rxq { struct236 int id;237 void *bd;238 dma_addr_t bd_dma;239 union {244 dma_addr_t used_bd_dma;245 __le16 *tr_tail;246 dma_addr_t tr_tail_dma;247 __le16 *cr_tail;248 dma_addr_t cr_tail_dma;[all …]