Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath11k/
Dhtc.c589 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument
688 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service()
692 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service()
695 conn_resp->connect_resp_code); in ath11k_htc_connect_service()
721 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service()
722 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service()
793 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local
820 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init()
827 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
Ddp.c939 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local
943 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect()
952 &conn_resp); in ath11k_dp_htt_connect()
957 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
Dhtc.h304 struct ath11k_htc_svc_conn_resp *conn_resp);
Dwmi.c8026 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local
8029 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service()
8039 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()
8046 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service()
8047 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service()
8048 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dhtt.c290 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()
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()
Dhtc.h413 struct ath10k_htc_svc_conn_resp *conn_resp);
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-5.19.10/drivers/net/wireless/ath/ath6kl/
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()
Dhtc_mbox.c2423 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument
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()