Lines Matching refs:body
415 struct wcn36xx_hal_mac_start_req_msg msg_body, *body; in wcn36xx_smd_start() local
428 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start()
429 len = body->header.len; in wcn36xx_smd_start()
437 body->header.len = len; in wcn36xx_smd_start()
438 body->params.len = len - sizeof(*body); in wcn36xx_smd_start()
443 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_start()
2057 struct wcn36xx_hal_update_cfg_req_msg msg_body, *body; in wcn36xx_smd_update_cfg() local
2066 body = (struct wcn36xx_hal_update_cfg_req_msg *) wcn->hal_buf; in wcn36xx_smd_update_cfg()
2070 body->header.len = len; in wcn36xx_smd_update_cfg()
2071 body->len = len - sizeof(*body); in wcn36xx_smd_update_cfg()
2073 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_update_cfg()