Home
last modified time | relevance | path

Searched refs:conn_resp (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c597 struct ath11k_htc_svc_conn_resp *conn_resp) in ath11k_htc_connect_service() argument
696 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service()
700 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service()
703 conn_resp->connect_resp_code); in ath11k_htc_connect_service()
729 conn_resp->eid = assigned_eid; in ath11k_htc_connect_service()
730 conn_resp->max_msg_len = FIELD_GET(HTC_SVC_RESP_MSG_MAXMSGSIZE, in ath11k_htc_connect_service()
801 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_htc_init() local
828 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_htc_init()
835 ret = ath11k_htc_connect_service(htc, &conn_req, &conn_resp); in ath11k_htc_init()
H A Ddp.c958 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_dp_htt_connect() local
962 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_dp_htt_connect()
971 &conn_resp); in ath11k_dp_htt_connect()
976 dp->eid = conn_resp.eid; in ath11k_dp_htt_connect()
H A Dhtc.h304 struct ath11k_htc_svc_conn_resp *conn_resp);
H A Dwmi.c9138 struct ath11k_htc_svc_conn_resp conn_resp; in ath11k_connect_pdev_htc_service() local
9141 memset(&conn_resp, 0, sizeof(conn_resp)); in ath11k_connect_pdev_htc_service()
9151 status = ath11k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath11k_connect_pdev_htc_service()
9158 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath11k_connect_pdev_htc_service()
9159 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath11k_connect_pdev_htc_service()
9160 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath11k_connect_pdev_htc_service()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c553 struct ath12k_htc_svc_conn_resp *conn_resp) in ath12k_htc_connect_service() argument
647 conn_resp->connect_resp_code = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service()
651 if (conn_resp->connect_resp_code != ATH12K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath12k_htc_connect_service()
654 conn_resp->connect_resp_code); in ath12k_htc_connect_service()
679 conn_resp->eid = assigned_eid; in ath12k_htc_connect_service()
680 conn_resp->max_msg_len = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service()
748 struct ath12k_htc_svc_conn_resp conn_resp = { }; in ath12k_htc_init() local
780 ret = ath12k_htc_connect_service(htc, &conn_req, &conn_resp); in ath12k_htc_init()
H A Dhtc.h309 struct ath12k_htc_svc_conn_resp *conn_resp);
H A Ddp.c1070 struct ath12k_htc_svc_conn_resp conn_resp = {0}; in ath12k_dp_htt_connect() local
1080 &conn_resp); in ath12k_dp_htt_connect()
1085 dp->eid = conn_resp.eid; in ath12k_dp_htt_connect()
H A Dwmi.c6945 struct ath12k_htc_svc_conn_resp conn_resp = {}; in ath12k_connect_pdev_htc_service() local
6955 status = ath12k_htc_connect_service(&ab->htc, &conn_req, &conn_resp); in ath12k_connect_pdev_htc_service()
6962 ab->wmi_ab.wmi_endpoint_id[pdev_idx] = conn_resp.eid; in ath12k_connect_pdev_htc_service()
6963 ab->wmi_ab.wmi[pdev_idx].eid = conn_resp.eid; in ath12k_connect_pdev_htc_service()
6964 ab->wmi_ab.max_msg_len[pdev_idx] = conn_resp.max_msg_len; in ath12k_connect_pdev_htc_service()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt.c290 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()
H A Dhtc.c1016 struct ath10k_htc_svc_conn_resp *conn_resp) in ath10k_htc_connect_service() argument
1109 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()
1137 conn_resp->eid = assigned_eid; in ath10k_htc_connect_service()
1138 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service()
1204 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_pktlog_connect() local
1209 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_pktlog_connect()
1217 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_htc_pktlog_connect()
1296 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_htc_init() local
1306 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_htc_init()
1313 status = ath10k_htc_connect_service(htc, &conn_req, &conn_resp); in ath10k_htc_init()
H A Dhtc.h413 struct ath10k_htc_svc_conn_resp *conn_resp);
H A Dwmi.c6478 struct ath10k_htc_svc_conn_resp conn_resp; in ath10k_wmi_connect() local
6483 memset(&conn_resp, 0, sizeof(conn_resp)); in ath10k_wmi_connect()
6493 status = ath10k_htc_connect_service(&ar->htc, &conn_req, &conn_resp); in ath10k_wmi_connect()
6500 ar->wmi.eid = conn_resp.eid; in ath10k_wmi_connect()