Home
last modified time | relevance | path

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

/src/sys/dev/iwn/
H A Dif_iwn.c3388 struct iwn_stats_bt *stats_bt; in iwn_stats_update() local
3420 stats_bt = (struct iwn_stats_bt *) stats; in iwn_stats_update()
3424 lstats->flags = stats_bt->flags; in iwn_stats_update()
3426 memcpy(&lstats->rx.ofdm, &stats_bt->rx_bt.ofdm, in iwn_stats_update()
3428 memcpy(&lstats->rx.cck, &stats_bt->rx_bt.cck, in iwn_stats_update()
3430 memcpy(&lstats->rx.general, &stats_bt->rx_bt.general_bt.common, in iwn_stats_update()
3432 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht, in iwn_stats_update()
3435 memcpy(&lstats->tx, &stats_bt->tx, in iwn_stats_update()
3438 memcpy(&lstats->general, &stats_bt->general, in iwn_stats_update()