Lines Matching refs:resp_msg
1224 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_pipe_conn_service() local
1309 resp_msg = (struct htc_conn_service_resp *) in ath6kl_htc_pipe_conn_service()
1312 if (resp_msg->msg_id != cpu_to_le16(HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_pipe_conn_service()
1313 (target->pipe.ctrl_response_len < sizeof(*resp_msg))) { in ath6kl_htc_pipe_conn_service()
1322 __func__, resp_msg->svc_id, resp_msg->status, in ath6kl_htc_pipe_conn_service()
1323 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
1325 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
1327 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_pipe_conn_service()
1330 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_pipe_conn_service()
1335 assigned_epid = (enum htc_endpoint_id) resp_msg->eid; in ath6kl_htc_pipe_conn_service()
1336 max_msg_size = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_pipe_conn_service()