/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_ipa.c | 110 int result; in hdd_ipa_send_to_nw_stack() local 113 result = netif_receive_skb(skb); in hdd_ipa_send_to_nw_stack() 115 result = netif_rx_ni(skb); in hdd_ipa_send_to_nw_stack() 116 return result; in hdd_ipa_send_to_nw_stack() 121 int result; in hdd_ipa_send_to_nw_stack() local 123 result = netif_rx_ni(skb); in hdd_ipa_send_to_nw_stack() 124 return result; in hdd_ipa_send_to_nw_stack() 158 int result; in hdd_ipa_aggregated_rx_ind() local 163 result = hdd_ipa_send_to_nw_stack(skb); in hdd_ipa_aggregated_rx_ind() 169 result = hdd_ipa_send_to_nw_stack(skb); in hdd_ipa_aggregated_rx_ind() [all …]
|
D | wlan_hdd_debugfs_mibstat.c | 34 uint8_t *result; member 50 if (!mib_stats.result) { in hdd_debugfs_process_mib_stats() 56 buffer = mib_stats.result; in hdd_debugfs_process_mib_stats() 89 qdf_mem_free(mib_stats.result); in wlan_hdd_mibstats_free_buf() 90 mib_stats.result = NULL; in wlan_hdd_mibstats_free_buf() 98 if (mib_stats.result) { in wlan_hdd_mibstats_alloc_buf() 104 mib_stats.result = qdf_mem_malloc(DEBUGFS_MIBSTATS_BUF_SIZE); in wlan_hdd_mibstats_alloc_buf() 105 if (!mib_stats.result) { in wlan_hdd_mibstats_alloc_buf() 131 if (!mib_stats.result) { in hdd_debugfs_mib_stats_update() 138 mib_stats.result, in hdd_debugfs_mib_stats_update()
|
D | wlan_hdd_debugfs_llstat.c | 35 uint8_t *result; member 59 if (!ll_stats.result) { in hdd_debugfs_process_iface_stats() 66 buffer = ll_stats.result; in hdd_debugfs_process_iface_stats() 188 if (!ll_stats.result) { in hdd_debugfs_process_peer_stats() 196 buffer = ll_stats.result; in hdd_debugfs_process_peer_stats() 253 if (!ll_stats.result) { in hdd_debugfs_process_radio_stats() 259 buffer = ll_stats.result; in hdd_debugfs_process_radio_stats() 334 qdf_mem_free(ll_stats.result); in wlan_hdd_llstats_free_buf() 335 ll_stats.result = NULL; in wlan_hdd_llstats_free_buf() 343 if (ll_stats.result) { in wlan_hdd_llstats_alloc_buf() [all …]
|
D | wlan_hdd_debugfs_config.c | 41 uint8_t result[DEBUGFS_CONFIG_BUF_SIZE]; member 61 ret_cnt = simple_read_from_buffer(buf, count, pos, ini_config->result, in wlan_hdd_config_update() 80 status = ucfg_cfg_ini_config_print(hdd_ctx->psoc, ini_config->result, in wlan_hdd_config_get()
|
D | wlan_hdd_ext_scan.c | 321 struct extscan_cached_scan_result *result; in wlan_hdd_cfg80211_extscan_cached_results_ind() local 351 ((sizeof(result->scan_id) + NLA_HDRLEN) + \ in wlan_hdd_cfg80211_extscan_cached_results_ind() 352 (sizeof(result->flags) + NLA_HDRLEN) + \ in wlan_hdd_cfg80211_extscan_cached_results_ind() 353 (sizeof(result->num_results) + NLA_HDRLEN))+ \ in wlan_hdd_cfg80211_extscan_cached_results_ind() 354 (sizeof(result->buckets_scanned) + NLA_HDRLEN) in wlan_hdd_cfg80211_extscan_cached_results_ind() 372 nl_buf_len += sizeof(result->scan_id) + NLA_HDRLEN; in wlan_hdd_cfg80211_extscan_cached_results_ind() 374 result = &data->result[0]; in wlan_hdd_cfg80211_extscan_cached_results_ind() 380 ap = &result->ap[0]; in wlan_hdd_cfg80211_extscan_cached_results_ind() 381 for (j = 0; j < result->num_results; j++) { in wlan_hdd_cfg80211_extscan_cached_results_ind() 390 result++; in wlan_hdd_cfg80211_extscan_cached_results_ind() [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
D | ol_txrx_ipa.c | 1022 int result; in ol_txrx_ipa_set_perf_level() local 1027 result = qdf_ipa_wdi_set_perf_profile(hdl, &profile); in ol_txrx_ipa_set_perf_level() 1029 if (result) { in ol_txrx_ipa_set_perf_level() 1031 "Set perf profile failed, code %d", result); in ol_txrx_ipa_set_perf_level() 1670 int result; in ol_txrx_ipa_enable_pipes() local 1690 result = qdf_ipa_enable_wdi_pipe(ipa_res->tx_pipe_handle); in ol_txrx_ipa_enable_pipes() 1691 if (result) { in ol_txrx_ipa_enable_pipes() 1694 __func__, result); in ol_txrx_ipa_enable_pipes() 1697 result = qdf_ipa_resume_wdi_pipe(ipa_res->tx_pipe_handle); in ol_txrx_ipa_enable_pipes() 1698 if (result) { in ol_txrx_ipa_enable_pipes() [all …]
|
D | ol_tx.c | 184 int result = 0; in ol_txrx_mgmt_send_ext() local 249 result = ol_txrx_mgmt_send_frame(vdev, tx_desc, tx_mgmt_frm, in ol_txrx_mgmt_send_ext()
|
/wlan-driver/platform/cnss2/ |
D | qmi.c | 135 } else if (resp->result != QMI_RESULT_SUCCESS_V01) { in qmi_send_wait() 139 ret = -resp->result; in qmi_send_wait() 222 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in cnss_wlfw_ind_register_send_sync() 224 resp->resp.result, resp->resp.error); in cnss_wlfw_ind_register_send_sync() 225 ret = -resp->resp.result; in cnss_wlfw_ind_register_send_sync() 394 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in cnss_wlfw_host_cap_send_sync() 396 resp->resp.result, resp->resp.error); in cnss_wlfw_host_cap_send_sync() 397 ret = -resp->resp.result; in cnss_wlfw_host_cap_send_sync() 489 if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in cnss_wlfw_respond_mem_send_sync() 491 resp->resp.result, resp->resp.error); in cnss_wlfw_respond_mem_send_sync() [all …]
|
/wlan-driver/platform/icnss2/ |
D | qmi.c | 137 } else if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in wlfw_msa_mem_info_send_sync_msg() 140 resp->resp.result, resp->resp.error); in wlfw_msa_mem_info_send_sync_msg() 141 ret = -resp->resp.result; in wlfw_msa_mem_info_send_sync_msg() 248 } else if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in wlfw_msa_ready_send_sync_msg() 251 resp->resp.result, resp->resp.error); in wlfw_msa_ready_send_sync_msg() 252 ret = -resp->resp.result; in wlfw_msa_ready_send_sync_msg() 319 } else if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in wlfw_device_info_send_msg() 322 resp->resp.result, resp->resp.error); in wlfw_device_info_send_msg() 323 ret = -resp->resp.result; in wlfw_device_info_send_msg() 494 } else if (resp->resp.result != QMI_RESULT_SUCCESS_V01) { in wlfw_send_soc_wake_msg() [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_message_queue.c | 591 struct pno_match_found *result; in __lim_pno_match_fwd_bcn_probepsp() local 599 len = sizeof(*result) + (num_results * sizeof(tSirWifiScanResult)) + in __lim_pno_match_fwd_bcn_probepsp() 602 result = qdf_mem_malloc(len); in __lim_pno_match_fwd_bcn_probepsp() 603 if (!result) in __lim_pno_match_fwd_bcn_probepsp() 610 result->request_id = 0; in __lim_pno_match_fwd_bcn_probepsp() 611 result->more_data = 0; in __lim_pno_match_fwd_bcn_probepsp() 612 result->num_results = num_results; in __lim_pno_match_fwd_bcn_probepsp() 614 for (i = 0; i < result->num_results; i++) { in __lim_pno_match_fwd_bcn_probepsp() 615 result->ap[i].ts = qdf_mc_timer_get_system_time(); in __lim_pno_match_fwd_bcn_probepsp() 616 result->ap[i].beaconPeriod = frame->beaconInterval; in __lim_pno_match_fwd_bcn_probepsp() [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/crypto/src/ |
D | wlan_cfg80211_crypto.c | 259 struct crypto_add_key_result *result) in wlan_cfg80211_crypto_add_key_cb() argument 271 qdf_mem_copy(priv, result, sizeof(*priv)); in wlan_cfg80211_crypto_add_key_cb() 283 struct crypto_add_key_result *result; in wlan_cfg80211_crypto_add_key() local 287 .priv_size = sizeof(*result), in wlan_cfg80211_crypto_add_key() 322 result = osif_request_priv(request); in wlan_cfg80211_crypto_add_key() 324 result->vdev_id, result->key_ix, in wlan_cfg80211_crypto_add_key() 325 result->key_flags, result->status); in wlan_cfg80211_crypto_add_key()
|
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/ |
D | adma.c | 683 struct sdio_al_xfer_result *result, in ul_xfer_cb() argument 689 if (!ch_handle || !result) { in ul_xfer_cb() 697 if (result->xfer_status) { in ul_xfer_cb() 699 hif_err("ASYNC Tx failed status: %d", result->xfer_status); in ul_xfer_cb() 771 struct sdio_al_xfer_result *result, in dl_xfer_cb() argument 789 if (!ch_handle || !result) { in dl_xfer_cb() 790 hif_err("Invalid args %pK %pK", ch_handle, result); in dl_xfer_cb() 796 if (result->xfer_status) { in dl_xfer_cb() 797 hif_err("ASYNC Rx failed %d", result->xfer_status); in dl_xfer_cb() 806 buf = (unsigned char *)result->buf_addr; in dl_xfer_cb() [all …]
|
D | adma.h | 52 struct sdio_al_xfer_result *result, 55 struct sdio_al_xfer_result *result,
|
/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/ |
D | target_if_crypto.c | 316 struct crypto_add_key_result result; in target_if_crypto_install_key_comp_evt_handler() local 361 result.vdev_id = params.vdev_id; in target_if_crypto_install_key_comp_evt_handler() 362 result.key_ix = params.key_ix; in target_if_crypto_install_key_comp_evt_handler() 363 result.key_flags = params.key_flags; in target_if_crypto_install_key_comp_evt_handler() 364 result.status = params.status; in target_if_crypto_install_key_comp_evt_handler() 365 qdf_mem_copy(result.peer_macaddr, params.peer_macaddr, in target_if_crypto_install_key_comp_evt_handler() 369 priv_obj->add_key_cb(priv_obj->add_key_ctx, &result); in target_if_crypto_install_key_comp_evt_handler()
|
/wlan-driver/qcacld-3.0/core/sme/src/nan/ |
D | nan_datapath_api.c | 43 uint32_t result, in csr_roam_update_ndp_return_params() argument 49 switch (result) { in csr_roam_update_ndp_return_params() 80 sme_err("Invalid CSR Roam result code: %d", result); in csr_roam_update_ndp_return_params()
|
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
D | wlan_dp_swlm.c | 49 bool result = false; in dp_swlm_is_tput_thresh_reached() local 56 result = true; in dp_swlm_is_tput_thresh_reached() 61 if (!result && rx_delta > params->rx_traffic_thresh) { in dp_swlm_is_tput_thresh_reached() 63 result = true; in dp_swlm_is_tput_thresh_reached() 70 result = false; in dp_swlm_is_tput_thresh_reached() 72 return result; in dp_swlm_is_tput_thresh_reached()
|
/wlan-driver/qcacld-3.0/core/bmi/src/ |
D | ol_fw.c | 1565 int result = 0; in ol_diag_read() local 1568 result = hif_diag_read_access(scn, pos, in ol_diag_read() 1576 while ((amount_read < count) && (0 == result)) { in ol_diag_read() 1577 result = hif_diag_read_mem(scn, pos, in ol_diag_read() 1579 if (0 == result) { in ol_diag_read() 1589 result = hif_diag_read_mem(scn, pos, in ol_diag_read() 1594 if (!result) in ol_diag_read() 1642 int dump_len, result = 0; in ol_diag_read_reg_loc() local 1655 result = -EIO; in ol_diag_read_reg_loc() 1664 if ((buffer_len - result) < dump_len) { in ol_diag_read_reg_loc() [all …]
|
/wlan-driver/qcacld-3.0/core/sme/inc/ |
D | sme_nan_datapath.h | 33 uint32_t result, 41 uint32_t result, in csr_roam_update_ndp_return_params() argument
|
/wlan-driver/qca-wifi-host-cmn/hif/src/usb/ |
D | usbdrv.c | 1133 int32_t result = 0; in usb_hif_submit_ctrl_out() local 1151 result = usb_control_msg(device->udev, in usb_hif_submit_ctrl_out() 1158 if (result < 0) { in usb_hif_submit_ctrl_out() 1159 hif_err("usb_control_msg failed, (result=%d)", result); in usb_hif_submit_ctrl_out() 1186 int32_t result = 0; in usb_hif_submit_ctrl_in() local 1203 result = usb_control_msg(device->udev, in usb_hif_submit_ctrl_in() 1210 if (result < 0) { in usb_hif_submit_ctrl_in() 1211 hif_err("usb_control_msg failed, (result=%d)", result); in usb_hif_submit_ctrl_in()
|
/wlan-driver/qcacld-3.0/os_if/qmi/src/ |
D | os_if_qmi_wfds.c | 164 qdf_assert(resp->resp.result == QMI_RESULT_SUCCESS_V01); in os_if_qmi_wfds_send_config_msg() 248 qdf_assert(resp->resp.result == QMI_RESULT_SUCCESS_V01); in os_if_qmi_wfds_send_req_mem_msg() 308 qdf_assert(resp->resp.result == QMI_RESULT_SUCCESS_V01); in os_if_qmi_wfds_send_misc_req_msg() 388 qdf_assert(resp->resp.result == QMI_RESULT_SUCCESS_V01); in os_if_qmi_wfds_ipcc_map_n_cfg_msg() 547 qdf_assert(resp->resp.result == QMI_RESULT_SUCCESS_V01); in os_if_qmi_wfds_send_ut_cmd_req_msg()
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
D | wma_utils.c | 1186 uint8_t *result; in wma_fill_tx_stats() local 1197 result = *buf; in wma_fill_tx_stats() 1214 tx_mpdu_aggr = (uint32_t *)result; in wma_fill_tx_stats() 1216 result += len; in wma_fill_tx_stats() 1228 tx_succ_mcs = (uint32_t *)result; in wma_fill_tx_stats() 1230 result += len; in wma_fill_tx_stats() 1242 tx_fail_mcs = (uint32_t *)result; in wma_fill_tx_stats() 1244 result += len; in wma_fill_tx_stats() 1256 tx_delay = (uint32_t *)result; in wma_fill_tx_stats() 1258 result += len; in wma_fill_tx_stats() [all …]
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ |
D | wlan_p2p_main.h | 306 typedef void (*p2p_request_mgr_callback_t)(bool result, void *context); 313 bool result; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_lock.h | 391 int result = 0; in qdf_spin_trylock() local 394 result = __qdf_spin_trylock(&lock->lock); in qdf_spin_trylock() 397 return result; in qdf_spin_trylock()
|
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_roam_offload.h | 602 struct wmi_roam_result *result); 695 struct wmi_roam_result *result) in cm_roam_mgmt_frame_event() argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
D | dp_ipa.c | 154 qdf_assert_always(!mem_map_table.result); in __dp_ipa_handle_buf_smmu_mapping() 156 qdf_assert_always(mem_map_table.result >= mem_map_table.size); in __dp_ipa_handle_buf_smmu_mapping() 3495 QDF_STATUS result; in dp_ipa_enable_pipes() local 3513 result = qdf_ipa_wdi_enable_pipes(hdl); in dp_ipa_enable_pipes() 3514 if (result) { in dp_ipa_enable_pipes() 3517 __func__, result); in dp_ipa_enable_pipes() 3544 QDF_STATUS result; in dp_ipa_disable_pipes() local 3562 result = qdf_ipa_wdi_disable_pipes(hdl); in dp_ipa_disable_pipes() 3563 if (result) { in dp_ipa_disable_pipes() 3566 __func__, result); in dp_ipa_disable_pipes() [all …]
|