Searched refs:mem_reqs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 1253 for (i = 0; i < ARRAY_SIZE(arg->mem_reqs); i++) { in ath10k_wmi_tlv_parse_mem_reqs() 1254 if (!arg->mem_reqs[i]) { in ath10k_wmi_tlv_parse_mem_reqs() 1255 arg->mem_reqs[i] = ptr; in ath10k_wmi_tlv_parse_mem_reqs() 1267 const struct wlan_host_mem_req *mem_reqs; member 1285 svc_rdy->mem_reqs = ptr; in ath10k_wmi_tlv_svc_rdy_parse() 1308 const struct wlan_host_mem_req *mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() local 1322 mem_reqs = svc_rdy.mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() 1324 if (!ev || !reg || !svc_bmap || !mem_reqs) in ath10k_wmi_tlv_op_pull_svc_rdy_ev() 1366 ret = ath10k_wmi_tlv_iter(ar, mem_reqs, ath10k_wmi_tlv_le in ath10k_wmi_tlv_op_pull_svc_rdy_ev() [all...] |
H A D | wmi.c | 5372 const struct wlan_host_mem_req **mem_reqs, in ath10k_wmi_is_host_mem_allocated() 5384 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated() 5385 num_units = __le32_to_cpu(mem_reqs[i]->num_units); in ath10k_wmi_is_host_mem_allocated() 5386 unit_size = __le32_to_cpu(mem_reqs[i]->unit_size); in ath10k_wmi_is_host_mem_allocated() 5387 num_unit_info = __le32_to_cpu(mem_reqs[i]->num_unit_info); in ath10k_wmi_is_host_mem_allocated() 5448 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_main_op_pull_svc_rdy_ev() 5450 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_main_op_pull_svc_rdy_ev() 5453 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) in ath10k_wmi_main_op_pull_svc_rdy_ev() 5495 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_10x_op_pull_svc_rdy_ev() 5371 ath10k_wmi_is_host_mem_allocated(struct ath10k *ar, const struct wlan_host_mem_req **mem_reqs, u32 num_mem_reqs) ath10k_wmi_is_host_mem_allocated() argument [all...] |
H A D | wmi.h | 2309 struct wlan_host_mem_req mem_reqs[]; member 2348 struct wlan_host_mem_req mem_reqs[]; member 6919 const struct wlan_host_mem_req *mem_reqs[WMI_MAX_MEM_REQS]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-tlv.c | 1264 for (i = 0; i < ARRAY_SIZE(arg->mem_reqs); i++) { in ath10k_wmi_tlv_parse_mem_reqs() 1265 if (!arg->mem_reqs[i]) { in ath10k_wmi_tlv_parse_mem_reqs() 1266 arg->mem_reqs[i] = ptr; in ath10k_wmi_tlv_parse_mem_reqs() 1278 const struct wlan_host_mem_req *mem_reqs; member 1296 svc_rdy->mem_reqs = ptr; in ath10k_wmi_tlv_svc_rdy_parse() 1319 const struct wlan_host_mem_req *mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() local 1333 mem_reqs = svc_rdy.mem_reqs; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() 1335 if (!ev || !reg || !svc_bmap || !mem_reqs) in ath10k_wmi_tlv_op_pull_svc_rdy_ev() 1377 ret = ath10k_wmi_tlv_iter(ar, mem_reqs, ath10k_wmi_tlv_le in ath10k_wmi_tlv_op_pull_svc_rdy_ev() [all...] |
H A D | wmi.c | 5372 const struct wlan_host_mem_req **mem_reqs, in ath10k_wmi_is_host_mem_allocated() 5384 req_id = __le32_to_cpu(mem_reqs[i]->req_id); in ath10k_wmi_is_host_mem_allocated() 5385 num_units = __le32_to_cpu(mem_reqs[i]->num_units); in ath10k_wmi_is_host_mem_allocated() 5386 unit_size = __le32_to_cpu(mem_reqs[i]->unit_size); in ath10k_wmi_is_host_mem_allocated() 5387 num_unit_info = __le32_to_cpu(mem_reqs[i]->num_unit_info); in ath10k_wmi_is_host_mem_allocated() 5448 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_main_op_pull_svc_rdy_ev() 5450 arg->mem_reqs[i] = &ev->mem_reqs[i]; in ath10k_wmi_main_op_pull_svc_rdy_ev() 5453 __le32_to_cpu(arg->num_mem_reqs) * sizeof(arg->mem_reqs[0])) in ath10k_wmi_main_op_pull_svc_rdy_ev() 5495 ARRAY_SIZE(arg->mem_reqs)); in ath10k_wmi_10x_op_pull_svc_rdy_ev() 5371 ath10k_wmi_is_host_mem_allocated(struct ath10k *ar, const struct wlan_host_mem_req **mem_reqs, u32 num_mem_reqs) ath10k_wmi_is_host_mem_allocated() argument [all...] |
H A D | wmi.h | 2309 struct wlan_host_mem_req mem_reqs[]; member 2348 struct wlan_host_mem_req mem_reqs[]; member 6923 const struct wlan_host_mem_req *mem_reqs[WMI_MAX_MEM_REQS]; member
|
Completed in 60 milliseconds