Home
last modified time | relevance | path

Searched refs:DP_RATE_TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/cmn_dp_api/
H A Ddp_ratetable.h167 #define DP_RATE_TABLE_SIZE EHT_LAST_RIX_PLUS_ONE macro
169 #define DP_RATE_TABLE_SIZE HE_LAST_RIX_PLUS_ONE macro
H A Ddp_ratetable.c116 } info[DP_RATE_TABLE_SIZE];
6574 if (res >= DP_RATE_TABLE_SIZE) in dp_getrateindex()
6640 if (res >= DP_RATE_TABLE_SIZE) in dp_getrateindex()
6675 if (rate_idx >= DP_RATE_TABLE_SIZE) in dp_rate_idx_to_kbps()
6814 if (start_index < 0 || start_index >= DP_RATE_TABLE_SIZE || in __dp_get_supported_rates()
6815 end_index < 0 || end_index >= DP_RATE_TABLE_SIZE) in __dp_get_supported_rates()
7056 start_index >= DP_RATE_TABLE_SIZE || in dp_get_kbps_to_mcs()
7058 end_index >= DP_RATE_TABLE_SIZE) { in dp_get_kbps_to_mcs()
7203 start_index >= DP_RATE_TABLE_SIZE ||
7205 end_index >= DP_RATE_TABLE_SIZE) {