Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c3340 struct wcn36xx_hal_ind_msg *hal_ind_msg; in wcn36xx_ind_smd_work() local
3350 hal_ind_msg = list_first_entry(&wcn->hal_ind_queue, in wcn36xx_ind_smd_work()
3353 list_del(&hal_ind_msg->list); in wcn36xx_ind_smd_work()
3356 msg_header = (struct wcn36xx_hal_msg_header *)hal_ind_msg->msg; in wcn36xx_ind_smd_work()
3365 hal_ind_msg->msg, in wcn36xx_ind_smd_work()
3366 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()
3370 hal_ind_msg->msg, in wcn36xx_ind_smd_work()
3371 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()
3375 hal_ind_msg->msg, in wcn36xx_ind_smd_work()
3376 hal_ind_msg->msg_len); in wcn36xx_ind_smd_work()
[all …]