Lines Matching refs:resp_msg
1234 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_pipe_conn_service() local
1320 resp_msg = (struct htc_conn_service_resp *) in ath6kl_htc_pipe_conn_service()
1323 if (resp_msg->msg_id != cpu_to_le16(HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_pipe_conn_service()
1324 (target->pipe.ctrl_response_len < sizeof(*resp_msg))) { in ath6kl_htc_pipe_conn_service()
1333 __func__, resp_msg->svc_id, resp_msg->status, in ath6kl_htc_pipe_conn_service()
1334 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
1336 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
1338 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_pipe_conn_service()
1341 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_pipe_conn_service()
1346 assigned_epid = (enum htc_endpoint_id) resp_msg->eid; in ath6kl_htc_pipe_conn_service()
1347 max_msg_size = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_pipe_conn_service()