Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c675 struct ath10k_htc_conn_svc_response *resp_msg = &resp_msg_dummy; in ath10k_htc_connect_service() local
746 resp_msg = &msg->connect_service_response; in ath10k_htc_connect_service()
748 service_id = __le16_to_cpu(resp_msg->service_id); in ath10k_htc_connect_service()
760 resp_msg->status, resp_msg->eid); in ath10k_htc_connect_service()
762 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()
765 if (resp_msg->status != ATH10K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath10k_htc_connect_service()
768 resp_msg->status); in ath10k_htc_connect_service()
772 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid; in ath10k_htc_connect_service()
773 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
791 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
[all …]
/Linux-v4.19/drivers/i2c/busses/
Di2c-xgene-slimpro.c124 u32 *resp_msg; member
162 if (ctx->resp_msg) in slimpro_i2c_rx_cb()
163 *ctx->resp_msg = ((u32 *)mssg)[1]; in slimpro_i2c_rx_cb()
184 if (ctx->resp_msg) in slimpro_i2c_pcc_rx_cb()
185 *ctx->resp_msg = ((u32 *)msg)[1]; in slimpro_i2c_pcc_rx_cb()
222 if (*ctx->resp_msg == 0xffffffff) in start_i2c_msg_xfer()
234 ctx->resp_msg = data; in slimpro_i2c_send_msg()
251 ctx->resp_msg = NULL; in slimpro_i2c_send_msg()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1227 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_pipe_conn_service() local
1312 resp_msg = (struct htc_conn_service_resp *) in ath6kl_htc_pipe_conn_service()
1315 if (resp_msg->msg_id != cpu_to_le16(HTC_MSG_CONN_SVC_RESP_ID) || in ath6kl_htc_pipe_conn_service()
1316 (target->pipe.ctrl_response_len < sizeof(*resp_msg))) { in ath6kl_htc_pipe_conn_service()
1325 __func__, resp_msg->svc_id, resp_msg->status, in ath6kl_htc_pipe_conn_service()
1326 resp_msg->eid); in ath6kl_htc_pipe_conn_service()
1328 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service()
1330 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_pipe_conn_service()
1333 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_pipe_conn_service()
1338 assigned_epid = (enum htc_endpoint_id) resp_msg->eid; in ath6kl_htc_pipe_conn_service()
[all …]
Dhtc_mbox.c2430 struct htc_conn_service_resp *resp_msg; in ath6kl_htc_mbox_conn_service() local
2479 resp_msg = (struct htc_conn_service_resp *)rx_pkt->buf; in ath6kl_htc_mbox_conn_service()
2480 msg_id = le16_to_cpu(resp_msg->msg_id); in ath6kl_htc_mbox_conn_service()
2483 (rx_pkt->act_len < sizeof(*resp_msg))) { in ath6kl_htc_mbox_conn_service()
2488 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
2490 if (resp_msg->status != HTC_SERVICE_SUCCESS) { in ath6kl_htc_mbox_conn_service()
2492 resp_msg->svc_id, resp_msg->status); in ath6kl_htc_mbox_conn_service()
2497 assigned_ep = (enum htc_endpoint_id)resp_msg->eid; in ath6kl_htc_mbox_conn_service()
2498 max_msg_sz = le16_to_cpu(resp_msg->max_msg_sz); in ath6kl_htc_mbox_conn_service()
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c168 u8 resp_msg; in hclgevf_get_tc_info() local
172 true, &resp_msg, sizeof(u8)); in hclgevf_get_tc_info()
180 hdev->hw_tc_map = resp_msg; in hclgevf_get_tc_info()
188 u8 resp_msg[HCLGEVF_TQPS_RSS_INFO_LEN]; in hclge_get_queue_info() local
192 true, resp_msg, in hclge_get_queue_info()
201 memcpy(&hdev->num_tqps, &resp_msg[0], sizeof(u16)); in hclge_get_queue_info()
202 memcpy(&hdev->rss_size_max, &resp_msg[2], sizeof(u16)); in hclge_get_queue_info()
203 memcpy(&hdev->num_desc, &resp_msg[4], sizeof(u16)); in hclge_get_queue_info()
204 memcpy(&hdev->rx_buf_len, &resp_msg[6], sizeof(u16)); in hclge_get_queue_info()
286 u8 resp_msg; in hclgevf_request_link_info() local
[all …]
/Linux-v4.19/drivers/crypto/qat/qat_common/
Dadf_transport.h54 typedef void (*adf_callback_fn)(void *resp_msg);