Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dsmd.c778 void **p_ptt_rsp_msg) in wcn36xx_smd_process_ptt_msg_rsp() argument
795 *p_ptt_rsp_msg = kmalloc(rsp->header.len, GFP_ATOMIC); in wcn36xx_smd_process_ptt_msg_rsp()
796 if (!*p_ptt_rsp_msg) in wcn36xx_smd_process_ptt_msg_rsp()
798 memcpy(*p_ptt_rsp_msg, rsp->ptt_msg, rsp->header.len); in wcn36xx_smd_process_ptt_msg_rsp()