/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt.c | 137 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 143 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 153 &conn_resp); in ath10k_htt_connect() 158 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
H A D | htc.c | 995 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() 1088 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1116 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1117 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1183 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1188 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1196 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1275 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1285 memset(&conn_resp, in ath10k_htc_init() 993 ath10k_htc_connect_service(struct ath10k_htc *htc, struct ath10k_htc_svc_conn_req *conn_req, struct ath10k_htc_svc_conn_resp *conn_resp) ath10k_htc_connect_service() argument [all...] |
H A D | htc.h | 413 struct ath10k_htc_svc_conn_resp *conn_resp);
|
H A D | wmi.c | 6388 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6393 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6403 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6410 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | htc.c | 531 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() 625 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 629 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 632 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 658 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 659 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 727 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 754 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 761 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init() 529 ath11k_htc_connect_service(struct ath11k_htc *htc, struct ath11k_htc_svc_conn_req *conn_req, struct ath11k_htc_svc_conn_resp *conn_resp) ath11k_htc_connect_service() argument [all...] |
H A D | dp.c | 921 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 925 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 934 &conn_resp); in ath11k_dp_htt_connect() 939 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
H A D | htc.h | 306 struct ath11k_htc_svc_conn_resp *conn_resp);
|
H A D | wmi.c | 6542 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 6545 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 6555 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 6562 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 6563 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 6564 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | htc.c | 553 struct ath12k_htc_svc_conn_resp *conn_resp) in ath12k_htc_connect_service() 647 conn_resp->connect_resp_code = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 651 if (conn_resp->connect_resp_code != ATH12K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath12k_htc_connect_service() 654 conn_resp->connect_resp_code); in ath12k_htc_connect_service() 679 conn_resp->eid = assigned_eid; in ath12k_htc_connect_service() 680 conn_resp->max_msg_len = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 748 struct ath12k_htc_svc_conn_resp conn_resp = { }; in ath12k_htc_init() local 780 ret = ath12k_htc_connect_service(htc, &conn_req, &conn_resp); in ath12k_htc_init() 551 ath12k_htc_connect_service(struct ath12k_htc *htc, struct ath12k_htc_svc_conn_req *conn_req, struct ath12k_htc_svc_conn_resp *conn_resp) ath12k_htc_connect_service() argument
|
H A D | htc.h | 309 struct ath12k_htc_svc_conn_resp *conn_resp);
|
H A D | dp.c | 1061 struct ath12k_htc_svc_conn_resp conn_resp = {0}; in ath12k_dp_htt_connect() local 1071 &conn_resp); in ath12k_dp_htt_connect() 1076 dp->eid = conn_resp.eid; in ath12k_dp_htt_connect()
|
H A D | wmi.c | 6723 struct ath12k_htc_svc_conn_resp conn_resp = {}; in ath12k_connect_pdev_htc_service() local 6733 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service() 6740 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath12k_connect_pdev_htc_service() 6741 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath12k_connect_pdev_htc_service() 6742 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath12k_connect_pdev_htc_service()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | htc.c | 597 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() 696 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 700 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 703 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 729 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 730 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 801 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 828 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 835 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init() 595 ath11k_htc_connect_service(struct ath11k_htc *htc, struct ath11k_htc_svc_conn_req *conn_req, struct ath11k_htc_svc_conn_resp *conn_resp) ath11k_htc_connect_service() argument [all...] |
H A D | dp.c | 945 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 949 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 958 &conn_resp); in ath11k_dp_htt_connect() 963 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
H A D | htc.h | 304 struct ath11k_htc_svc_conn_resp *conn_resp);
|
H A D | wmi.c | 8796 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 8799 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 8809 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 8816 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8817 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8818 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.c | 1013 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() 1106 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1134 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1135 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1201 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1206 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1214 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1293 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1303 memset(&conn_resp, in ath10k_htc_init() 1011 ath10k_htc_connect_service(struct ath10k_htc *htc, struct ath10k_htc_svc_conn_req *conn_req, struct ath10k_htc_svc_conn_resp *conn_resp) ath10k_htc_connect_service() argument [all...] |
H A D | htt.c | 290 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 296 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 306 &conn_resp); in ath10k_htt_connect() 311 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
H A D | htc.h | 413 struct ath10k_htc_svc_conn_resp *conn_resp);
|
H A D | wmi.c | 6388 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6393 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6403 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6410 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 1220 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() 1325 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service() 1361 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service() 1362 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service() 1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument
|
H A D | htc_mbox.c | 2423 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() 2485 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2512 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service() 2421 ath6kl_htc_mbox_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_mbox_conn_service() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 1220 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() 1325 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service() 1361 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service() 1362 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service() 1218 ath6kl_htc_pipe_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_pipe_conn_service() argument
|
H A D | htc_mbox.c | 2423 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() 2485 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2512 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service() 2421 ath6kl_htc_mbox_conn_service(struct htc_target *target, struct htc_service_connect_req *conn_req, struct htc_service_connect_resp *conn_resp) ath6kl_htc_mbox_conn_service() argument
|