Searched refs:oem_rsp (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ |
H A D | target_if_wifi_pos_rx_ops.c | 64 struct oem_data_rsp oem_rsp = {0}; in target_if_wifi_pos_oem_rsp_ev_handler() local 104 oem_rsp.rsp_len_1 = oem_resp_param.num_data1; in target_if_wifi_pos_oem_rsp_ev_handler() 105 oem_rsp.data_1 = oem_resp_param.data_1; in target_if_wifi_pos_oem_rsp_ev_handler() 108 oem_rsp.rsp_len_2 = oem_resp_param.num_data2; in target_if_wifi_pos_oem_rsp_ev_handler() 109 oem_rsp.data_2 = oem_resp_param.data_2; in target_if_wifi_pos_oem_rsp_ev_handler() 114 &oem_rsp, &cookie); in target_if_wifi_pos_oem_rsp_ev_handler() 121 ret = wifi_pos_rx_ops->oem_rsp_event_rx(psoc, &oem_rsp); in target_if_wifi_pos_oem_rsp_ev_handler() 125 oem_rsp.vaddr, cookie); in target_if_wifi_pos_oem_rsp_ev_handler()
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/ |
H A D | wifi_pos_main.c | 1231 struct oem_data_rsp *oem_rsp) in wifi_pos_oem_rsp_handler() argument 1250 len = oem_rsp->rsp_len_1 + oem_rsp->rsp_len_2 + oem_rsp->dma_len; in wifi_pos_oem_rsp_handler() 1251 if (oem_rsp->rsp_len_1 > OEM_DATA_RSP_SIZE || in wifi_pos_oem_rsp_handler() 1252 oem_rsp->rsp_len_2 > OEM_DATA_RSP_SIZE) { in wifi_pos_oem_rsp_handler() 1264 if (oem_rsp->rsp_len_2 + oem_rsp->dma_len) { in wifi_pos_oem_rsp_handler() 1270 qdf_mem_copy(data, oem_rsp->data_1, oem_rsp->rsp_len_1); in wifi_pos_oem_rsp_handler() 1271 qdf_mem_copy(&data[oem_rsp->rsp_len_1], in wifi_pos_oem_rsp_handler() 1272 oem_rsp->vaddr, oem_rsp->dma_len); in wifi_pos_oem_rsp_handler() 1273 qdf_mem_copy(&data[oem_rsp->rsp_len_1 + oem_rsp->dma_len], in wifi_pos_oem_rsp_handler() 1274 oem_rsp->data_2, oem_rsp->rsp_len_2); in wifi_pos_oem_rsp_handler() [all …]
|
H A D | wifi_pos_main_i.h | 135 struct oem_data_rsp *oem_rsp);
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_oemdata.h | 207 void hdd_send_oem_data_rsp_msg(struct oem_data_rsp *oem_rsp); 236 static inline void hdd_send_oem_data_rsp_msg(void *oem_rsp) {} in hdd_send_oem_data_rsp_msg() argument
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_features.c | 1704 struct oem_data_rsp *oem_rsp; in wma_oem_data_response_handler() local 1735 oem_rsp = qdf_mem_malloc(sizeof(*oem_rsp)); in wma_oem_data_response_handler() 1736 if (!oem_rsp) in wma_oem_data_response_handler() 1739 oem_rsp->rsp_len = datalen; in wma_oem_data_response_handler() 1740 if (oem_rsp->rsp_len) { in wma_oem_data_response_handler() 1741 oem_rsp->data = qdf_mem_malloc(oem_rsp->rsp_len); in wma_oem_data_response_handler() 1742 if (!oem_rsp->data) { in wma_oem_data_response_handler() 1743 qdf_mem_free(oem_rsp); in wma_oem_data_response_handler() 1747 wma_err("Invalid rsp length: %d", oem_rsp->rsp_len); in wma_oem_data_response_handler() 1748 qdf_mem_free(oem_rsp); in wma_oem_data_response_handler() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
H A D | wlan_lmac_if_def.h | 2381 struct oem_data_rsp *oem_rsp);
|