Lines Matching defs:body
551 /* Add NV body itself */
618 struct wcn36xx_hal_mac_start_req_msg msg_body, *body;
633 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf;
634 len = body->header.len;
650 body->header.len = len;
651 body->params.len = len - sizeof(*body);
656 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len);
2714 struct wcn36xx_hal_update_cfg_req_msg msg_body, *body;
2723 body = (struct wcn36xx_hal_update_cfg_req_msg *) wcn->hal_buf;
2727 body->header.len = len;
2728 body->len = len - sizeof(*body);
2730 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len);