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

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c3397 struct iwn_stats *lstats; local
3429 lstats = &sc->last_stat;
3432 lstats->flags = stats_bt->flags;
3434 memcpy(&lstats->rx.ofdm, &stats_bt->rx_bt.ofdm,
3436 memcpy(&lstats->rx.cck, &stats_bt->rx_bt.cck,
3438 memcpy(&lstats->rx.general, &stats_bt->rx_bt.general_bt.common,
3440 memcpy(&lstats->rx.ht, &stats_bt->rx_bt.ht,
3443 memcpy(&lstats->tx, &stats_bt->tx,
3446 memcpy(&lstats->general, &stats_bt->general,
3465 struct iwn_stats *lstats; local
[all...]

Completed in 43 milliseconds