Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dinit_cmd_api.c237 host_mem_req mem_reqs; in init_deinit_handle_host_mem_req() local
266 wmi_handle, event, &mem_reqs, in init_deinit_handle_host_mem_req()
269 if (mem_reqs.tgt_num_units) { in init_deinit_handle_host_mem_req()
273 mem_reqs.req_id, in init_deinit_handle_host_mem_req()
274 mem_reqs.tgt_num_units, in init_deinit_handle_host_mem_req()
275 mem_reqs.unit_size, in init_deinit_handle_host_mem_req()
276 mem_reqs.num_unit_info); in init_deinit_handle_host_mem_req()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c13380 host_mem_req *mem_reqs, in extract_host_mem_req_tlv() argument
13390 mem_reqs->req_id = (uint32_t)param_buf->mem_reqs[idx].req_id; in extract_host_mem_req_tlv()
13391 mem_reqs->unit_size = (uint32_t)param_buf->mem_reqs[idx].unit_size; in extract_host_mem_req_tlv()
13392 mem_reqs->num_unit_info = in extract_host_mem_req_tlv()
13393 (uint32_t)param_buf->mem_reqs[idx].num_unit_info; in extract_host_mem_req_tlv()
13394 mem_reqs->num_units = (uint32_t)param_buf->mem_reqs[idx].num_units; in extract_host_mem_req_tlv()
13395 mem_reqs->tgt_num_units = 0; in extract_host_mem_req_tlv()
13398 (mem_reqs->num_unit_info & in extract_host_mem_req_tlv()
13401 (!(mem_reqs->num_unit_info & in extract_host_mem_req_tlv()
13404 mem_reqs->tgt_num_units = mem_reqs->num_units; in extract_host_mem_req_tlv()
[all …]
Dwmi_unified_api.c1849 host_mem_req *mem_reqs, in wmi_extract_host_mem_req_from_service_ready() argument
1857 evt_buf, mem_reqs, num_active_peers, in wmi_extract_host_mem_req_from_service_ready()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_api.h2922 wmi_unified_t wmi_handle, void *evt_buf, host_mem_req *mem_reqs,
Dwmi_unified_priv.h1782 void *evt_buf, host_mem_req *mem_reqs,
/wlan-driver/fw-api/fw/
Dwmi_tlv_defs.h5662 … WMITLV_ELEM(id,op,buf,len, WMITLV_TAG_ARRAY_STRUC, wlan_host_mem_req, mem_reqs, WMITLV_SIZE_VAR) \