Lines Matching refs:rsp
48 struct ftm_rsp_msg *msg, *rsp = NULL; in wcn36xx_tm_cmd_ptt() local
77 rsp = msg; in wcn36xx_tm_cmd_ptt()
78 rsp->resp_status = 0; in wcn36xx_tm_cmd_ptt()
85 msg->msg_body_length, (void *)(&rsp)); in wcn36xx_tm_cmd_ptt()
90 if (rsp) in wcn36xx_tm_cmd_ptt()
93 rsp->msg_body_length); in wcn36xx_tm_cmd_ptt()
96 if (!rsp) { in wcn36xx_tm_cmd_ptt()
97 rsp = msg; in wcn36xx_tm_cmd_ptt()
99 rsp->resp_status); in wcn36xx_tm_cmd_ptt()
102 rsp, rsp->msg_body_length); in wcn36xx_tm_cmd_ptt()
111 ret = nla_put(skb, WCN36XX_TM_ATTR_DATA, rsp->msg_body_length, rsp); in wcn36xx_tm_cmd_ptt()
120 if (rsp != msg) in wcn36xx_tm_cmd_ptt()
121 kfree(rsp); in wcn36xx_tm_cmd_ptt()