Searched refs:conn_resp (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
D | htc.c | 589 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument 688 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service() 692 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service() 695 conn_resp->connect_resp_code); in ath11k_htc_connect_service() 721 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service() 722 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service() 793 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local 820 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init() 827 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
|
D | dp.c | 943 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local 947 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect() 956 &conn_resp); in ath11k_dp_htt_connect() 961 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
|
D | htc.h | 304 struct ath11k_htc_svc_conn_resp *conn_resp);
|
D | wmi.c | 8170 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local 8173 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service() 8183 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service() 8190 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8191 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service() 8192 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | htt.c | 290 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htt_connect() local 296 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htt_connect() 306 &conn_resp); in ath10k_htt_connect() 311 htt->eid = conn_resp.eid; in ath10k_htt_connect()
|
D | htc.c | 1004 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument 1097 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1125 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service() 1126 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1192 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local 1197 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect() 1205 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect() 1284 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local 1294 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init() 1301 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()
|
/Linux-v6.1/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()
|