Searched refs:rate_table (Results 1 – 11 of 11) sorted by relevance
121 q->rate_table = NULL; in ifdead_ratelimit_query()
328 const uint64_t *rate_table; /* Pointer to table if present */ member
2602 q->rate_table = NULL; in vlan_ratelimit_query()
1988 q->rate_table = NULL; in lagg_ratelimit_query()
3884 STATS_OP_FMT(AMPDU).rate_table[0][idx] += in ath10k_accumulate_per_peer_tx_stats()3892 STATS_OP_FMT(AMPDU).rate_table[1][idx] += in ath10k_accumulate_per_peer_tx_stats()3924 STATS_OP_FMT(SUCC).rate_table[0][idx] += pstats->succ_bytes; in ath10k_accumulate_per_peer_tx_stats()3925 STATS_OP_FMT(SUCC).rate_table[1][idx] += pstats->succ_pkts; in ath10k_accumulate_per_peer_tx_stats()3926 STATS_OP_FMT(FAIL).rate_table[0][idx] += pstats->failed_bytes; in ath10k_accumulate_per_peer_tx_stats()3927 STATS_OP_FMT(FAIL).rate_table[1][idx] += pstats->failed_pkts; in ath10k_accumulate_per_peer_tx_stats()3928 STATS_OP_FMT(RETRY).rate_table[0][idx] += pstats->retry_bytes; in ath10k_accumulate_per_peer_tx_stats()3929 STATS_OP_FMT(RETRY).rate_table[1][idx] += pstats->retry_pkts; in ath10k_accumulate_per_peer_tx_stats()
726 stats->rate_table[j][i]); in ath10k_dbg_sta_dump_tx_stats()
516 u64 rate_table[ATH10K_COUNTER_TYPE_MAX][ATH10K_RATE_TABLE_NUM]; member
2234 u32 rate_table[BRCMS_NUM_RATES_CCK + BRCMS_NUM_RATES_OFDM + in wlc_lcnphy_txpower_recalc_target() local2240 for (i = 0, j = 0; i < ARRAY_SIZE(rate_table); i++, j++) { in wlc_lcnphy_txpower_recalc_target()2245 rate_table[i] = (u32) ((s32) (-pi->tx_power_offset[j])); in wlc_lcnphy_txpower_recalc_target()2250 tab.tbl_len = ARRAY_SIZE(rate_table); in wlc_lcnphy_txpower_recalc_target()2251 tab.tbl_ptr = rate_table; in wlc_lcnphy_txpower_recalc_target()
953 q->rate_table = NULL; in cxgbe_ratelimit_query()
612 rate_table_act = rl.rate_table; in rt_setup_new_rs()
4519 q->rate_table = adapter_rates_mlx; in mlx5e_ratelimit_query()