conn_resp 665 drivers/net/wireless/ath/ath10k/htc.c struct ath10k_htc_svc_conn_resp *conn_resp) conn_resp 758 drivers/net/wireless/ath/ath10k/htc.c conn_resp->connect_resp_code = resp_msg->status; conn_resp 786 drivers/net/wireless/ath/ath10k/htc.c conn_resp->eid = assigned_eid; conn_resp 787 drivers/net/wireless/ath/ath10k/htc.c conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); conn_resp 848 drivers/net/wireless/ath/ath10k/htc.c struct ath10k_htc_svc_conn_resp conn_resp; conn_resp 853 drivers/net/wireless/ath/ath10k/htc.c memset(&conn_resp, 0, sizeof(conn_resp)); conn_resp 861 drivers/net/wireless/ath/ath10k/htc.c status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); conn_resp 940 drivers/net/wireless/ath/ath10k/htc.c struct ath10k_htc_svc_conn_resp conn_resp; conn_resp 950 drivers/net/wireless/ath/ath10k/htc.c memset(&conn_resp, 0, sizeof(conn_resp)); conn_resp 957 drivers/net/wireless/ath/ath10k/htc.c status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); conn_resp 369 drivers/net/wireless/ath/ath10k/htc.h struct ath10k_htc_svc_conn_resp *conn_resp); conn_resp 136 drivers/net/wireless/ath/ath10k/htt.c struct ath10k_htc_svc_conn_resp conn_resp; conn_resp 140 drivers/net/wireless/ath/ath10k/htt.c memset(&conn_resp, 0, sizeof(conn_resp)); conn_resp 149 drivers/net/wireless/ath/ath10k/htt.c &conn_resp); conn_resp 154 drivers/net/wireless/ath/ath10k/htt.c htt->eid = conn_resp.eid; conn_resp 6274 drivers/net/wireless/ath/ath10k/wmi.c struct ath10k_htc_svc_conn_resp conn_resp; conn_resp 6279 drivers/net/wireless/ath/ath10k/wmi.c memset(&conn_resp, 0, sizeof(conn_resp)); conn_resp 6289 drivers/net/wireless/ath/ath10k/wmi.c status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); conn_resp 6296 drivers/net/wireless/ath/ath10k/wmi.c ar->wmi.eid = conn_resp.eid; conn_resp 2426 drivers/net/wireless/ath/ath6kl/htc_mbox.c struct htc_service_connect_resp *conn_resp) conn_resp 2488 drivers/net/wireless/ath/ath6kl/htc_mbox.c conn_resp->resp_code = resp_msg->status; conn_resp 2515 drivers/net/wireless/ath/ath6kl/htc_mbox.c conn_resp->endpoint = assigned_ep; conn_resp 2516 drivers/net/wireless/ath/ath6kl/htc_mbox.c conn_resp->len_max = max_msg_sz; conn_resp 1220 drivers/net/wireless/ath/ath6kl/htc_pipe.c struct htc_service_connect_resp *conn_resp) conn_resp 1325 drivers/net/wireless/ath/ath6kl/htc_pipe.c conn_resp->resp_code = resp_msg->status; conn_resp 1361 drivers/net/wireless/ath/ath6kl/htc_pipe.c conn_resp->endpoint = assigned_epid; conn_resp 1362 drivers/net/wireless/ath/ath6kl/htc_pipe.c conn_resp->len_max = max_msg_size;