Searched refs:mem_reqs (Results 1 – 3 of 3) sorted by relevance
4294 const struct wlan_host_mem_req **mem_reqs, in ath10k_wmi_is_host_mem_allocated() argument4306 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated()4307 num_units = __le32_to_cpu(mem_reqs[i]->num_units); in ath10k_wmi_is_host_mem_allocated()4308 unit_size = __le32_to_cpu(mem_reqs[i]->unit_size); in ath10k_wmi_is_host_mem_allocated()4309 num_unit_info = __le32_to_cpu(mem_reqs[i]->num_unit_info); in ath10k_wmi_is_host_mem_allocated()4365 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_main_op_pull_svc_rdy_ev()4367 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_main_op_pull_svc_rdy_ev()4370 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) in ath10k_wmi_main_op_pull_svc_rdy_ev()4401 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_10x_op_pull_svc_rdy_ev()4403 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_10x_op_pull_svc_rdy_ev()[all …]
910 for (i = 0; i < ARRAY_SIZE(arg->mem_reqs); i++) { in ath10k_wmi_tlv_parse_mem_reqs()911 if (!arg->mem_reqs[i]) { in ath10k_wmi_tlv_parse_mem_reqs()912 arg->mem_reqs[i] = ptr; in ath10k_wmi_tlv_parse_mem_reqs()928 const struct wlan_host_mem_req *mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() local941 mem_reqs = tb[WMI_TLV_TAG_ARRAY_STRUCT]; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()943 if (!ev || !reg || !svc_bmap || !mem_reqs) { in ath10k_wmi_tlv_op_pull_svc_rdy_ev()982 ret = ath10k_wmi_tlv_iter(ar, mem_reqs, ath10k_wmi_tlv_len(mem_reqs), in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
1956 struct wlan_host_mem_req mem_reqs[0]; member1995 struct wlan_host_mem_req mem_reqs[0]; member6023 const struct wlan_host_mem_req *mem_reqs[WMI_MAX_MEM_REQS]; member