Searched refs:p_msg_body (Results 1 – 1 of 1) sorted by relevance
468 #define INIT_HAL_PTT_MSG(p_msg_body, ppt_msg_len) \ argument470 memset(p_msg_body, 0, sizeof(*p_msg_body) + ppt_msg_len); \471 p_msg_body->header.msg_type = WCN36XX_HAL_PROCESS_PTT_REQ; \472 p_msg_body->header.msg_version = WCN36XX_HAL_MSG_VERSION0; \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) \ argument484 memcpy(send_buf, p_msg_body, p_msg_body->header.len); \1095 struct wcn36xx_hal_process_ptt_msg_req_msg *p_msg_body; in wcn36xx_smd_process_ptt_msg() local1099 p_msg_body = kmalloc( in wcn36xx_smd_process_ptt_msg()1102 if (!p_msg_body) { in wcn36xx_smd_process_ptt_msg()[all …]