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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3320 struct iwn_stats_bt *stats_bt; local
3352 stats_bt = (struct iwn_stats_bt *) stats;
3356 lstats->flags = stats_bt->flags;
3358 memcpy(&lstats->rx.ofdm, &stats_bt->rx_bt.ofdm,
3360 memcpy(&lstats->rx.cck, &stats_bt->rx_bt.cck,
3362 memcpy(&lstats->rx.general, &stats_bt->rx_bt.general_bt.common,
3364 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht,
3367 memcpy(&lstats->tx, &stats_bt->tx,
3370 memcpy(&lstats->general, &stats_bt->general,

Completed in 63 milliseconds