Searched refs:low_stats (Results 1 – 5 of 5) sorted by relevance
179 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_int_process_data() local205 low_stats->dot11RTSSuccessCount += int_data->rts_success; in vnt_int_process_data()206 low_stats->dot11RTSFailureCount += int_data->rts_fail; in vnt_int_process_data()207 low_stats->dot11ACKFailureCount += int_data->ack_fail; in vnt_int_process_data()208 low_stats->dot11FCSErrorCount += int_data->fcs_err; in vnt_int_process_data()
381 struct ieee80211_low_level_stats low_stats; member
929 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
289 struct ieee80211_low_level_stats low_stats; member
1092 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_interrupt_process() local1113 low_stats->dot11RTSSuccessCount += mib_counter & 0xff; in vnt_interrupt_process()1114 low_stats->dot11RTSFailureCount += (mib_counter >> 8) & 0xff; in vnt_interrupt_process()1115 low_stats->dot11ACKFailureCount += (mib_counter >> 16) & 0xff; in vnt_interrupt_process()1116 low_stats->dot11FCSErrorCount += (mib_counter >> 24) & 0xff; in vnt_interrupt_process()1655 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()