Searched refs:buckets (Results 1 – 4 of 4) sorted by relevance
68 struct qdf_ptr_hash_bucket buckets[]; member82 sizeof(((struct qdf_ptr_hash *)0)->buckets[0]) * (1 << bits))117 for ((bkt) = (ht)->buckets; \118 (bkt) < (ht)->buckets + (ht)->count; \226 return ht->buckets + __qdf_ptr_hash_key(key, ht->bits); in __qdf_ptr_hash_get_bucket()
2240 if (req_msg->buckets[bkt_idx].min_dwell_time_active > in hdd_extscan_update_dwell_time_limits()2242 req_msg->buckets[bkt_idx].min_dwell_time_active = in hdd_extscan_update_dwell_time_limits()2245 if (req_msg->buckets[bkt_idx].max_dwell_time_active < in hdd_extscan_update_dwell_time_limits()2247 req_msg->buckets[bkt_idx].max_dwell_time_active = in hdd_extscan_update_dwell_time_limits()2250 if (req_msg->buckets[bkt_idx].min_dwell_time_passive > in hdd_extscan_update_dwell_time_limits()2252 req_msg->buckets[bkt_idx].min_dwell_time_passive = in hdd_extscan_update_dwell_time_limits()2255 if (req_msg->buckets[bkt_idx].max_dwell_time_passive < in hdd_extscan_update_dwell_time_limits()2257 req_msg->buckets[bkt_idx].max_dwell_time_passive = in hdd_extscan_update_dwell_time_limits()2262 req_msg->buckets[bkt_idx].min_dwell_time_active) { in hdd_extscan_update_dwell_time_limits()2264 req_msg->buckets[bkt_idx].min_dwell_time_active; in hdd_extscan_update_dwell_time_limits()[all …]
673 struct wifi_scan_bucket_params *src_bucket = pstart->buckets; in wmi_get_buf_extscan_start_cmd()796 src_bucket = pstart->buckets; in wmi_get_buf_extscan_start_cmd()
2367 struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS]; member