Searched refs:stats_bt (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/iwn/ |
| D | if_iwn.c | 3391 struct iwn_stats_bt *stats_bt; in iwn_stats_update() local 3423 stats_bt = (struct iwn_stats_bt *) stats; in iwn_stats_update() 3427 lstats->flags = stats_bt->flags; in iwn_stats_update() 3429 memcpy(&lstats->rx.ofdm, &stats_bt->rx_bt.ofdm, in iwn_stats_update() 3431 memcpy(&lstats->rx.cck, &stats_bt->rx_bt.cck, in iwn_stats_update() 3433 memcpy(&lstats->rx.general, &stats_bt->rx_bt.general_bt.common, in iwn_stats_update() 3435 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht, in iwn_stats_update() 3438 memcpy(&lstats->tx, &stats_bt->tx, in iwn_stats_update() 3441 memcpy(&lstats->general, &stats_bt->general, in iwn_stats_update()
|