Home
last modified time | relevance | path

Searched refs:rsp_len_2 (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()
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()
1274 oem_rsp->data_2, oem_rsp->rsp_len_2); in wifi_pos_oem_rsp_handler()
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/ !
H A Dwifi_pos_utils_i.h119 uint32_t rsp_len_2; member
/wlan-driver/qca-wifi-host-cmn/target_if/wifi_pos/src/ !
H A Dtarget_if_wifi_pos_rx_ops.c108 oem_rsp.rsp_len_2 = oem_resp_param.num_data2; in target_if_wifi_pos_oem_rsp_ev_handler()