Searched refs:low_stats (Results 1 – 5 of 5) sorted by relevance
181 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_int_process_data() local207 low_stats->dot11RTSSuccessCount += int_data->rts_success; in vnt_int_process_data()208 low_stats->dot11RTSFailureCount += int_data->rts_fail; in vnt_int_process_data()209 low_stats->dot11ACKFailureCount += int_data->ack_fail; in vnt_int_process_data()210 low_stats->dot11FCSErrorCount += int_data->fcs_err; in vnt_int_process_data()
385 struct ieee80211_low_level_stats low_stats; member
930 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
1025 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_interrupt_process() local1046 low_stats->dot11RTSSuccessCount += mib_counter & 0xff; in vnt_interrupt_process()1047 low_stats->dot11RTSFailureCount += (mib_counter >> 8) & 0xff; in vnt_interrupt_process()1048 low_stats->dot11ACKFailureCount += (mib_counter >> 16) & 0xff; in vnt_interrupt_process()1049 low_stats->dot11FCSErrorCount += (mib_counter >> 24) & 0xff; in vnt_interrupt_process()1594 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
293 struct ieee80211_low_level_stats low_stats; member