Searched refs:hal_ind_msg (Results 1 – 1 of 1) sorted by relevance
2168 struct wcn36xx_hal_ind_msg *hal_ind_msg; in wcn36xx_ind_smd_work() local2172 hal_ind_msg = list_first_entry(&wcn->hal_ind_queue, in wcn36xx_ind_smd_work()2176 msg_header = (struct wcn36xx_hal_msg_header *)hal_ind_msg->msg; in wcn36xx_ind_smd_work()2181 hal_ind_msg->msg, in wcn36xx_ind_smd_work()2182 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()2186 hal_ind_msg->msg, in wcn36xx_ind_smd_work()2187 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()2191 hal_ind_msg->msg, in wcn36xx_ind_smd_work()2192 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()2199 kfree(hal_ind_msg->msg); in wcn36xx_ind_smd_work()[all …]