Searched refs:msg_ind (Results 1 – 1 of 1) sorted by relevance
2790 struct wcn36xx_hal_ind_msg *msg_ind; in wcn36xx_smd_rsp_process() local2845 msg_ind = kmalloc(sizeof(*msg_ind) + len, GFP_ATOMIC); in wcn36xx_smd_rsp_process()2846 if (!msg_ind) { in wcn36xx_smd_rsp_process()2852 msg_ind->msg_len = len; in wcn36xx_smd_rsp_process()2853 memcpy(msg_ind->msg, buf, len); in wcn36xx_smd_rsp_process()2856 list_add_tail(&msg_ind->list, &wcn->hal_ind_queue); in wcn36xx_smd_rsp_process()