Home
last modified time | relevance | path

Searched refs:rsp_len_1 (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c1250 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()
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()
1273 qdf_mem_copy(&data[oem_rsp->rsp_len_1 + oem_rsp->dma_len], in wifi_pos_oem_rsp_handler()
1281 oem_rsp->rsp_len_1, oem_rsp->data_1); in wifi_pos_oem_rsp_handler()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_i.h117 uint32_t rsp_len_1; member
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/
H A Dtarget_if_wifi_pos_rx_ops.c104 oem_rsp.rsp_len_1 = oem_resp_param.num_data1; in target_if_wifi_pos_oem_rsp_ev_handler()