Searched defs:iwl_rxq (Results 1 – 1 of 1) sorted by relevance
192 struct iwl_rxq { struct193 int id;194 void *bd;195 dma_addr_t bd_dma;196 union {201 dma_addr_t used_bd_dma;202 __le16 *tr_tail;203 dma_addr_t tr_tail_dma;204 __le16 *cr_tail;205 dma_addr_t cr_tail_dma;[all …]