Searched refs:p_msg_body (Results 1 – 1 of 1) sorted by relevance
462 #define INIT_HAL_PTT_MSG(p_msg_body, ppt_msg_len) \ argument464 memset(p_msg_body, 0, sizeof(*p_msg_body) + ppt_msg_len); \465 p_msg_body->header.msg_type = WCN36XX_HAL_PROCESS_PTT_REQ; \466 p_msg_body->header.msg_version = WCN36XX_HAL_MSG_VERSION0; \467 p_msg_body->header.len = sizeof(*p_msg_body) + ppt_msg_len; \476 #define PREPARE_HAL_PTT_MSG_BUF(send_buf, p_msg_body) \ argument478 memcpy(send_buf, p_msg_body, p_msg_body->header.len); \1005 struct wcn36xx_hal_process_ptt_msg_req_msg *p_msg_body; in wcn36xx_smd_process_ptt_msg() local1009 p_msg_body = kmalloc( in wcn36xx_smd_process_ptt_msg()1012 if (!p_msg_body) { in wcn36xx_smd_process_ptt_msg()[all …]