Searched defs:iwi_cmd_ring (Results 1 – 1 of 1) sorted by relevance
60 struct iwi_cmd_ring { struct61 bus_dma_tag_t desc_dmat;62 bus_dmamap_t desc_map;63 bus_addr_t physaddr;64 struct iwi_cmd_desc *desc;65 int count;66 int queued;67 int cur;68 int next;