Searched refs:conn_resp (Results 1 – 10 of 10) sorted by relevance
/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 137 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 143 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 153 &conn_resp); in ath10k_htt_connect() 158 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
D | htc.c | 999 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 1092 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1120 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1121 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1187 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1192 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1200 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1279 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1289 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init() 1296 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
|
D | htc.h | 413 struct ath10k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 6388 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6393 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6403 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6410 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/drivers/net/wireless/ath/ath11k/ |
D | htc.c | 554 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument 648 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 652 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 655 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 681 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 682 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 750 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 777 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 784 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
|
D | dp.c | 909 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 913 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 922 &conn_resp); in ath11k_dp_htt_connect() 927 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
D | htc.h | 302 struct ath11k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 7122 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 7125 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 7135 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 7142 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 7143 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 7144 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
/drivers/net/wireless/ath/ath6kl/ |
D | htc_pipe.c | 1220 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()
|
D | htc_mbox.c | 2423 struct htc_service_connect_resp *conn_resp) in ath6kl_htc_mbox_conn_service() argument 2485 conn_resp->resp_code = resp_msg->status; in ath6kl_htc_mbox_conn_service() 2512 conn_resp->endpoint = assigned_ep; in ath6kl_htc_mbox_conn_service() 2513 conn_resp->len_max = max_msg_sz; in ath6kl_htc_mbox_conn_service()
|