Searched refs:mem_reqs (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c758 for (i = 0; i < ARRAY_SIZE(arg->mem_reqs); i++) { ath10k_wmi_tlv_parse_mem_reqs()
759 if (!arg->mem_reqs[i]) { ath10k_wmi_tlv_parse_mem_reqs()
760 arg->mem_reqs[i] = ptr; ath10k_wmi_tlv_parse_mem_reqs()
776 const struct wlan_host_mem_req *mem_reqs; ath10k_wmi_tlv_op_pull_svc_rdy_ev() local
789 mem_reqs = tb[WMI_TLV_TAG_ARRAY_STRUCT]; ath10k_wmi_tlv_op_pull_svc_rdy_ev()
791 if (!ev || !reg || !svc_bmap || !mem_reqs) { ath10k_wmi_tlv_op_pull_svc_rdy_ev()
830 ret = ath10k_wmi_tlv_iter(ar, mem_reqs, ath10k_wmi_tlv_len(mem_reqs), ath10k_wmi_tlv_op_pull_svc_rdy_ev()
834 ath10k_warn(ar, "failed to parse mem_reqs tlv: %d\n", ret); ath10k_wmi_tlv_op_pull_svc_rdy_ev()
H A Dwmi.c3062 ARRAY_SIZE(arg->mem_reqs)); ath10k_wmi_main_op_pull_svc_rdy_ev()
3064 arg->mem_reqs[i] = &ev->mem_reqs[i]; ath10k_wmi_main_op_pull_svc_rdy_ev()
3067 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) ath10k_wmi_main_op_pull_svc_rdy_ev()
3098 ARRAY_SIZE(arg->mem_reqs)); ath10k_wmi_10x_op_pull_svc_rdy_ev()
3100 arg->mem_reqs[i] = &ev->mem_reqs[i]; ath10k_wmi_10x_op_pull_svc_rdy_ev()
3103 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) ath10k_wmi_10x_op_pull_svc_rdy_ev()
3173 req_id = __le32_to_cpu(arg.mem_reqs[i]->req_id); ath10k_wmi_event_service_ready()
3174 num_units = __le32_to_cpu(arg.mem_reqs[i]->num_units); ath10k_wmi_event_service_ready()
3175 unit_size = __le32_to_cpu(arg.mem_reqs[i]->unit_size); ath10k_wmi_event_service_ready()
3176 num_unit_info = __le32_to_cpu(arg.mem_reqs[i]->num_unit_info); ath10k_wmi_event_service_ready()
3190 __le32_to_cpu(arg.mem_reqs[i]->num_units), ath10k_wmi_event_service_ready()
H A Dwmi.h1521 struct wlan_host_mem_req mem_reqs[0]; member in struct:wmi_service_ready_event
1560 struct wlan_host_mem_req mem_reqs[0]; member in struct:wmi_10x_service_ready_event
4850 const struct wlan_host_mem_req *mem_reqs[WMI_MAX_MEM_REQS]; member in struct:wmi_svc_rdy_ev_arg

Completed in 280 milliseconds