Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_features.c4093 QDF_STATUS wma_stats_ext_req(void *wma_ptr, tpStatsExtRequest preq) in wma_stats_ext_req() argument
4105 params_len = sizeof(*params) + preq->request_data_len; in wma_stats_ext_req()
4110 params->vdev_id = preq->vdev_id; in wma_stats_ext_req()
4111 params->request_data_len = preq->request_data_len; in wma_stats_ext_req()
4112 if (preq->request_data_len > 0) in wma_stats_ext_req()
4113 qdf_mem_copy(params->request_data, preq->request_data, in wma_stats_ext_req()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_internal.h1213 QDF_STATUS wma_stats_ext_req(void *wma_ptr, tpStatsExtRequest preq);
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_api.c1049 struct stats_ext_params *preq) in wmi_unified_stats_ext_req_cmd() argument
1053 preq); in wmi_unified_stats_ext_req_cmd()
H A Dwmi_unified_tlv.c7956 struct stats_ext_params *preq) in send_stats_ext_req_cmd_tlv() argument
7966 if (preq->request_data_len > (max_wmi_msg_size - WMI_TLV_HDR_SIZE - in send_stats_ext_req_cmd_tlv()
7969 preq->request_data_len); in send_stats_ext_req_cmd_tlv()
7973 len = sizeof(*cmd) + WMI_TLV_HDR_SIZE + preq->request_data_len + in send_stats_ext_req_cmd_tlv()
7987 cmd->vdev_id = preq->vdev_id; in send_stats_ext_req_cmd_tlv()
7988 cmd->data_len = preq->request_data_len; in send_stats_ext_req_cmd_tlv()
7991 preq->request_data_len, preq->vdev_id); in send_stats_ext_req_cmd_tlv()
7997 qdf_mem_copy(buf_ptr, preq->request_data, cmd->data_len); in send_stats_ext_req_cmd_tlv()
8006 vdev_bitmap[0] = preq->vdev_id_bitmap; in send_stats_ext_req_cmd_tlv()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_api.h1899 struct stats_ext_params *preq);
H A Dwmi_unified_priv.h1297 struct stats_ext_params *preq);