Searched defs:bwi_txstats_data (Results 1 – 1 of 1) sorted by relevance
230 struct bwi_txstats_data { struct231 bus_dma_segment_t stats_ring_seg;232 bus_dmamap_t stats_ring_dmap;233 bus_addr_t stats_ring_paddr;234 void *stats_ring;236 bus_dma_segment_t stats_seg;237 bus_dmamap_t stats_dmap;238 bus_addr_t stats_paddr;239 struct bwi_txstats *stats;241 uint32_t stats_ctrl_base;[all …]