Searched refs:cmpl_params (Results 1 – 1 of 1) sorted by relevance
2843 wmi_mgmt_tx_compl_event_fixed_param *cmpl_params; in wma_mgmt_tx_completion_handler() local2851 cmpl_params = param_buf->fixed_param; in wma_mgmt_tx_completion_handler()2861 cmpl_params->desc_id, in wma_mgmt_tx_completion_handler()2862 cmpl_params->status, in wma_mgmt_tx_completion_handler()2866 wma_process_mgmt_tx_completion(wma_handle, cmpl_params->desc_id, in wma_mgmt_tx_completion_handler()2867 cmpl_params->status); in wma_mgmt_tx_completion_handler()2885 wmi_mgmt_tx_compl_bundle_event_fixed_param *cmpl_params; in wma_mgmt_tx_bundle_completion_handler() local2897 cmpl_params = param_buf->fixed_param; in wma_mgmt_tx_bundle_completion_handler()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()[all …]