Searched refs:low_stats (Results 1 – 5 of 5) sorted by relevance
131 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_int_process_data() local170 low_stats->dot11RTSSuccessCount += int_data->rts_success; in vnt_int_process_data()171 low_stats->dot11RTSFailureCount += int_data->rts_fail; in vnt_int_process_data()172 low_stats->dot11ACKFailureCount += int_data->ack_fail; in vnt_int_process_data()173 low_stats->dot11FCSErrorCount += int_data->fcs_err; in vnt_int_process_data()
400 struct ieee80211_low_level_stats low_stats; member
891 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
959 struct ieee80211_low_level_stats *low_stats = &priv->low_stats; in vnt_interrupt_process() local980 low_stats->dot11RTSSuccessCount += mib_counter & 0xff; in vnt_interrupt_process()981 low_stats->dot11RTSFailureCount += (mib_counter >> 8) & 0xff; in vnt_interrupt_process()982 low_stats->dot11ACKFailureCount += (mib_counter >> 16) & 0xff; in vnt_interrupt_process()983 low_stats->dot11FCSErrorCount += (mib_counter >> 24) & 0xff; in vnt_interrupt_process()1509 memcpy(stats, &priv->low_stats, sizeof(*stats)); in vnt_get_stats()
306 struct ieee80211_low_level_stats low_stats; member