Home
last modified time | relevance | path

Searched refs:num_reports (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_mgmt.c2886 uint32_t num_reports; in wma_mgmt_tx_bundle_completion_handler() local
2898 num_reports = cmpl_params->num_reports; in wma_mgmt_tx_bundle_completion_handler()
2906 if (cmpl_params->num_reports > (WMI_SVC_MSG_MAX_SIZE / in wma_mgmt_tx_bundle_completion_handler()
2910 buf_len = cmpl_params->num_reports * (2 * sizeof(uint32_t)); in wma_mgmt_tx_bundle_completion_handler()
2915 cmpl_params->num_reports); in wma_mgmt_tx_bundle_completion_handler()
2919 if ((cmpl_params->num_reports > param_buf->num_desc_ids) || in wma_mgmt_tx_bundle_completion_handler()
2920 (cmpl_params->num_reports > param_buf->num_status)) { in wma_mgmt_tx_bundle_completion_handler()
2922 cmpl_params->num_reports, param_buf->num_desc_ids, in wma_mgmt_tx_bundle_completion_handler()
2927 for (i = 0; i < num_reports; i++) { in wma_mgmt_tx_bundle_completion_handler()
/wlan-driver/fw-api/fw/
H A Dwmi_unified.h10295 A_UINT32 num_reports; member