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