Searched refs:conn_resp (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 145 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 149 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 158 &conn_resp); in ath10k_htt_connect() 163 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
D | htc.c | 514 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_wait_target() local 581 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_wait_target() 588 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_wait_target() 600 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 693 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 721 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 722 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
|
D | htc.h | 352 struct ath10k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 5086 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 5089 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 5099 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 5106 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 1230 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() argument 1336 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service() 1372 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service() 1373 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
|
D | htc_mbox.c | 2425 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument 2487 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2514 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2515 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
|