| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | htc.c | 598 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument 697 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 701 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 704 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 730 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 731 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 802 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 829 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 836 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
|
| H A D | dp.c | 946 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 950 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 959 &conn_resp); in ath11k_dp_htt_connect() 964 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
| H A D | htc.h | 290 struct ath11k_htc_svc_conn_resp *conn_resp);
|
| H A D | wmi.c | 8857 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 8860 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 8870 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 8877 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8878 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8879 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | htc.c | 559 struct ath12k_htc_svc_conn_resp *conn_resp) in ath12k_htc_connect_service() argument 653 conn_resp->connect_resp_code = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 657 if (conn_resp->connect_resp_code != ATH12K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath12k_htc_connect_service() 660 conn_resp->connect_resp_code); in ath12k_htc_connect_service() 685 conn_resp->eid = assigned_eid; in ath12k_htc_connect_service() 686 conn_resp->max_msg_len = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 754 struct ath12k_htc_svc_conn_resp conn_resp = { }; in ath12k_htc_init() local 786 ret = ath12k_htc_connect_service(htc, &conn_req, &conn_resp); in ath12k_htc_init()
|
| H A D | htc.h | 309 struct ath12k_htc_svc_conn_resp *conn_resp);
|
| H A D | dp.c | 1086 struct ath12k_htc_svc_conn_resp conn_resp = {0}; in ath12k_dp_htt_connect() local 1096 &conn_resp); in ath12k_dp_htt_connect() 1101 dp->eid = conn_resp.eid; in ath12k_dp_htt_connect()
|
| H A D | wmi.c | 8681 struct ath12k_htc_svc_conn_resp conn_resp = {}; in ath12k_connect_pdev_htc_service() local 8691 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service() 8698 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath12k_connect_pdev_htc_service() 8699 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath12k_connect_pdev_htc_service() 8700 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath12k_connect_pdev_htc_service()
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | htt.c | 291 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 297 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 307 &conn_resp); in ath10k_htt_connect() 312 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
| H A D | htc.c | 1014 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 1107 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1135 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1136 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1202 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1207 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1215 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1294 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1304 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init() 1311 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
|
| H A D | htc.h | 399 struct ath10k_htc_svc_conn_resp *conn_resp);
|
| H A D | wmi.c | 6410 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6415 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6425 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6432 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | htc_pipe.c | 1219 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() argument 1324 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service() 1360 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service() 1361 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
|
| H A D | htc_mbox.c | 2422 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument 2484 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2511 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2512 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
|