Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.c2090 struct wcn36xx_hal_ind_msg *msg_ind; in wcn36xx_smd_rsp_process() local
2136 msg_ind = kmalloc(sizeof(*msg_ind), GFP_KERNEL); in wcn36xx_smd_rsp_process()
2137 if (!msg_ind) in wcn36xx_smd_rsp_process()
2139 msg_ind->msg_len = len; in wcn36xx_smd_rsp_process()
2140 msg_ind->msg = kmemdup(buf, len, GFP_KERNEL); in wcn36xx_smd_rsp_process()
2141 if (!msg_ind->msg) { in wcn36xx_smd_rsp_process()
2142 kfree(msg_ind); in wcn36xx_smd_rsp_process()
2153 list_add_tail(&msg_ind->list, &wcn->hal_ind_queue); in wcn36xx_smd_rsp_process()