Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/
H A Dwmi-tlv.c1285 for (i = 0; i < ARRAY_SIZE(arg->mem_reqs); i++) { in ath10k_wmi_tlv_parse_mem_reqs()
1286 if (!arg->mem_reqs[i]) { in ath10k_wmi_tlv_parse_mem_reqs()
1287 arg->mem_reqs[i] = ptr; in ath10k_wmi_tlv_parse_mem_reqs()
1299 const struct wlan_host_mem_req *mem_reqs; member
1317 svc_rdy->mem_reqs = ptr; in ath10k_wmi_tlv_svc_rdy_parse()
1340 const struct wlan_host_mem_req *mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() local
1354 mem_reqs = svc_rdy.mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
1356 if (!ev || !reg || !svc_bmap || !mem_reqs) in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
1399 ret = ath10k_wmi_tlv_iter(ar, mem_reqs, ath10k_wmi_tlv_len(mem_reqs), in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
1401 ret = ath10k_wmi_tlv_iter(ar, (const u8 *)mem_reqs, ath10k_wmi_tlv_len(mem_reqs), in ath10k_wmi_tlv_op_pull_svc_rdy_ev()
H A Dwmi.c5470 const struct wlan_host_mem_req **mem_reqs, in ath10k_wmi_is_host_mem_allocated() argument
5482 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated()
5483 num_units = __le32_to_cpu(mem_reqs[i]->num_units); in ath10k_wmi_is_host_mem_allocated()
5484 unit_size = __le32_to_cpu(mem_reqs[i]->unit_size); in ath10k_wmi_is_host_mem_allocated()
5485 num_unit_info = __le32_to_cpu(mem_reqs[i]->num_unit_info); in ath10k_wmi_is_host_mem_allocated()
5546 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_main_op_pull_svc_rdy_ev()
5548 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_main_op_pull_svc_rdy_ev()
5551 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) in ath10k_wmi_main_op_pull_svc_rdy_ev()
5593 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_10x_op_pull_svc_rdy_ev()
5595 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_10x_op_pull_svc_rdy_ev()
[all …]
H A Dwmi.h2310 struct wlan_host_mem_req mem_reqs[]; member
2349 struct wlan_host_mem_req mem_reqs[]; member
6927 const struct wlan_host_mem_req *mem_reqs[WMI_MAX_MEM_REQS]; member