Searched refs:conn_resp (Results 1 – 7 of 7) sorted by relevance
| /linux/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()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htc.h | 399 struct ath10k_htc_svc_conn_resp *conn_resp);
|
| H A D | wmi.c | 6416 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6421 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6431 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6438 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_htt.c | 24 struct ath12k_htc_svc_conn_resp conn_resp = {}; in ath12k_dp_htt_connect() local 34 &conn_resp); in ath12k_dp_htt_connect() 39 dp->eid = conn_resp.eid; in ath12k_dp_htt_connect()
|
| H A D | wmi.c | 10502 struct ath12k_htc_svc_conn_resp conn_resp = {}; in ath12k_connect_pdev_htc_service() local 10512 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service() 10519 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath12k_connect_pdev_htc_service() 10520 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath12k_connect_pdev_htc_service() 10521 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath12k_connect_pdev_htc_service()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 9072 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 9075 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 9085 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 9092 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 9093 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 9094 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|