Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c3245 struct wcn36xx_hal_ind_msg *msg_ind; in wcn36xx_smd_rsp_process() local
3309 msg_ind = kmalloc_flex(*msg_ind, msg, len, GFP_ATOMIC); in wcn36xx_smd_rsp_process()
3310 if (!msg_ind) { in wcn36xx_smd_rsp_process()
3316 msg_ind->msg_len = len; in wcn36xx_smd_rsp_process()
3317 memcpy(msg_ind->msg, buf, len); in wcn36xx_smd_rsp_process()
3320 list_add_tail(&msg_ind->list, &wcn->hal_ind_queue); in wcn36xx_smd_rsp_process()