Home
last modified time | relevance | path

Searched refs:buckets (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_ptr_hash.h68 struct qdf_ptr_hash_bucket buckets[]; member
82 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()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ext_scan.c2240 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 …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_extscan_tlv.c673 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()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h2367 struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS]; member