Searched refs:conn_resp (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/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 | 995 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 1088 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1116 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1117 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1183 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1188 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1196 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1275 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1285 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init() 1292 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 | 6379 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local 6384 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect() 6394 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect() 6401 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()
|
/Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
D | htc.c | 531 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument 625 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 629 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 632 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 658 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 659 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 727 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 754 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 761 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
|
D | dp.c | 921 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 925 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 934 &conn_resp); in ath11k_dp_htt_connect() 939 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
D | htc.h | 306 struct ath11k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 6550 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 6553 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 6563 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 6570 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 6571 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 6572 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
/Linux-v5.10/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 | 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()
|