Searched refs:bwi_txstats (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/bwi/
H A Dif_bwivar.h207 struct bwi_txstats { struct
266 struct bwi_txstats *stats;
H A Dif_bwi.c2133 dma_size = roundup(sizeof(struct bwi_txstats) * BWI_TXSTATS_NDESC,
2440 bzero(st->stats, BWI_TXSTATS_NDESC * sizeof(struct bwi_txstats));
2448 stats_paddr, sizeof(struct bwi_txstats), 0);
2449 stats_paddr += sizeof(struct bwi_txstats);
3414 const struct bwi_txstats *stats = &st->stats[idx];

Completed in 97 milliseconds