Searched refs:low_stats (Results 1 – 5 of 5) sorted by relevance
115 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_int_process_data() local153 low_stats->dot11RTSSuccessCount += int_data->rts_success; in vnt_int_process_data()154 low_stats->dot11RTSFailureCount += int_data->rts_fail; in vnt_int_process_data()155 low_stats->dot11ACKFailureCount += int_data->ack_fail; in vnt_int_process_data()156 low_stats->dot11FCSErrorCount += int_data->fcs_err; in vnt_int_process_data()
384 struct ieee80211_low_level_stats low_stats; member
851 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
1027 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_interrupt_process() local1050 low_stats->dot11RTSSuccessCount += mib_counter & 0xff; in vnt_interrupt_process()1051 low_stats->dot11RTSFailureCount += (mib_counter >> 8) & 0xff; in vnt_interrupt_process()1052 low_stats->dot11ACKFailureCount += (mib_counter >> 16) & 0xff; in vnt_interrupt_process()1053 low_stats->dot11FCSErrorCount += (mib_counter >> 24) & 0xff; in vnt_interrupt_process()1597 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
293 struct ieee80211_low_level_stats low_stats; member