Searched refs:stats_bt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 3383 struct iwn_stats_bt *stats_bt; in iwn_stats_update() local 3415 stats_bt = (struct iwn_stats_bt *) stats; in iwn_stats_update() 3419 lstats->flags = stats_bt->flags; in iwn_stats_update() 3421 memcpy(&lstats->rx.ofdm, &stats_bt->rx_bt.ofdm, in iwn_stats_update() 3423 memcpy(&lstats->rx.cck, &stats_bt->rx_bt.cck, in iwn_stats_update() 3425 memcpy(&lstats->rx.general, &stats_bt->rx_bt.general_bt.common, in iwn_stats_update() 3427 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht, in iwn_stats_update() 3430 memcpy(&lstats->tx, &stats_bt->tx, in iwn_stats_update() 3433 memcpy(&lstats->general, &stats_bt->general, in iwn_stats_update()
|