Searched refs:p_msg_body (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | smd.c | 468 #define INIT_HAL_PTT_MSG(p_msg_body, ppt_msg_len) \ argument 470 memset(p_msg_body, 0, sizeof(*p_msg_body) + ppt_msg_len); \ 473 p_msg_body->header.len = sizeof(*p_msg_body) + ppt_msg_len; \ 482 #define PREPARE_HAL_PTT_MSG_BUF(send_buf, p_msg_body) \ argument 484 memcpy(send_buf, p_msg_body, p_msg_body->header.len); \ 1099 p_msg_body = kmalloc( in wcn36xx_smd_process_ptt_msg() 1102 if (!p_msg_body) { in wcn36xx_smd_process_ptt_msg() 1106 INIT_HAL_PTT_MSG(p_msg_body, len); in wcn36xx_smd_process_ptt_msg() 1108 memcpy(&p_msg_body->ptt_msg, ptt_msg, len); in wcn36xx_smd_process_ptt_msg() 1110 PREPARE_HAL_PTT_MSG_BUF(wcn->hal_buf, p_msg_body); in wcn36xx_smd_process_ptt_msg() [all …]
|