Home
last modified time | relevance | path

Searched refs:conn_resp (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
A Dhtt.c137 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()
A Dhtc.c999 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument
1092 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()
1120 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service()
1121 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
1187 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local
1192 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect()
1200 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect()
1279 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local
1289 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init()
1296 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
A Dhtc.h413 struct ath10k_htc_svc_conn_resp *conn_resp);
A Dwmi.c6388 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()
/linux/drivers/net/wireless/ath/ath11k/
A Dhtc.c554 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument
648 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service()
652 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service()
655 conn_resp->connect_resp_code); in ath11k_htc_connect_service()
681 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service()
682 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service()
750 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local
777 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init()
784 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
A Ddp.c911 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local
915 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect()
924 &conn_resp); in ath11k_dp_htt_connect()
929 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
A Dhtc.h302 struct ath11k_htc_svc_conn_resp *conn_resp);
A Dwmi.c7179 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local
7182 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service()
7192 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()
7199 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service()
7200 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service()
7201 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_pipe.c1220 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() argument
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()
A Dhtc_mbox.c2426 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument
2488 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service()
2515 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service()
2516 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()

Completed in 46 milliseconds