Home
last modified time | relevance | path

Searched refs:resp_msg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c645 struct ath10k_htc_conn_svc_response *resp_msg = &resp_msg_dummy; in ath10k_htc_connect_service() local
715 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 …]
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1234 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()
[all …]
Dhtc_mbox.c2431 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_mbox_conn_service() local
2480 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()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_transport.h54 typedef void (*adf_callback_fn)(void *resp_msg);