Searched defs:bwi_txstats_data (Results 1 – 1 of 1) sorted by relevance
258 struct bwi_txstats_data { struct259 bus_dma_tag_t stats_ring_dtag;260 bus_dmamap_t stats_ring_dmap;261 bus_addr_t stats_ring_paddr;262 void *stats_ring;264 bus_dma_tag_t stats_dtag;265 bus_dmamap_t stats_dmap;266 bus_addr_t stats_paddr;267 struct bwi_txstats *stats;269 uint32_t stats_ctrl_base;[all …]