Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dhtt.c136 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local
140 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect()
149 &conn_resp); in ath10k_htt_connect()
154 htt->eid = conn_resp.eid; in ath10k_htt_connect()
Dhtc.c665 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument
758 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()
786 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service()
787 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
848 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local
853 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect()
861 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect()
940 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local
950 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init()
957 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
Dhtc.h369 struct ath10k_htc_svc_conn_resp *conn_resp);
Dwmi.c6274 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local
6279 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect()
6289 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect()
6296 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
/Linux-v5.4/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.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()