Searched refs:conn_resp (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 28 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 32 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 41 &conn_resp); in ath10k_htt_connect() 46 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
D | htc.c | 554 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_wait_target() local 620 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_wait_target() 627 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_wait_target() 639 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 731 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 759 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 760 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
|
D | htc.h | 354 struct ath10k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 3643 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 3646 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 3656 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 3663 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/linux-4.1.27/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 | 2427 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument 2489 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2516 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2517 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
|