Searched refs:resp_msg (Results 1 – 4 of 4) sorted by relevance
645 struct ath10k_htc_conn_svc_response *resp_msg = &resp_msg_dummy; in ath10k_htc_connect_service() local715 resp_msg = &msg->connect_service_response; in ath10k_htc_connect_service()717 service_id = __le16_to_cpu(resp_msg->service_id); in ath10k_htc_connect_service()729 resp_msg->status, resp_msg->eid); in ath10k_htc_connect_service()731 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()734 if (resp_msg->status != ATH10K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath10k_htc_connect_service()737 resp_msg->status); in ath10k_htc_connect_service()741 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid; in ath10k_htc_connect_service()742 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()760 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()[all …]
1234 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_pipe_conn_service() local1320 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()[all …]
2431 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_mbox_conn_service() local2480 resp_msg = (struct htc_conn_service_resp *)rx_pkt->buf; in ath6kl_htc_mbox_conn_service()2481 msg_id = le16_to_cpu(resp_msg->msg_id); in ath6kl_htc_mbox_conn_service()2484 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()2489 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()2491 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_mbox_conn_service()2493 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_mbox_conn_service()2498 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()2499 max_msg_sz = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_mbox_conn_service()
54 typedef void (*adf_callback_fn)(void *resp_msg);