Lines Matching refs:body
413 struct wcn36xx_hal_mac_start_req_msg msg_body, *body; in wcn36xx_smd_start() local
426 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start()
427 len = body->header.len; in wcn36xx_smd_start()
435 body->header.len = len; in wcn36xx_smd_start()
436 body->params.len = len - sizeof(*body); in wcn36xx_smd_start()
441 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_start()
2055 struct wcn36xx_hal_update_cfg_req_msg msg_body, *body; in wcn36xx_smd_update_cfg() local
2064 body = (struct wcn36xx_hal_update_cfg_req_msg *) wcn->hal_buf; in wcn36xx_smd_update_cfg()
2068 body->header.len = len; in wcn36xx_smd_update_cfg()
2069 body->len = len - sizeof(*body); in wcn36xx_smd_update_cfg()
2071 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_update_cfg()