Searched refs:conn_resp (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 147 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 151 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 160 &conn_resp); in ath10k_htt_connect() 165 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
D | htc.c | 669 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 762 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 790 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 791 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 883 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 893 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init() 900 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
|
D | htc.h | 381 struct ath10k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 6087 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6092 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6102 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6109 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 1223 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_pipe_conn_service() argument 1328 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_pipe_conn_service() 1364 conn_resp->endpoint = assigned_epid; in ath6kl_htc_pipe_conn_service() 1365 conn_resp->len_max = max_msg_size; in ath6kl_htc_pipe_conn_service()
|
D | htc_mbox.c | 2426 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()
|