/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | htc.c | 558 struct ath12k_htc_conn_svc_resp *resp_msg = &resp_msg_dummy; in ath12k_htc_connect_service() local 630 resp_msg = (struct ath12k_htc_conn_svc_resp *)htc->control_resp_buffer; in ath12k_htc_connect_service() 631 message_id = le32_get_bits(resp_msg->msg_svc_id, HTC_MSG_MESSAGEID); in ath12k_htc_connect_service() 632 service_id = le32_get_bits(resp_msg->msg_svc_id, in ath12k_htc_connect_service() 636 (htc->control_resp_len < sizeof(*resp_msg))) { in ath12k_htc_connect_service() 644 le32_get_bits(resp_msg->flags_len, HTC_SVC_RESP_MSG_STATUS), in ath12k_htc_connect_service() 645 le32_get_bits(resp_msg->flags_len, HTC_SVC_RESP_MSG_ENDPOINTID)); in ath12k_htc_connect_service() 647 conn_resp->connect_resp_code = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 658 assigned_eid = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() 661 max_msg_size = le32_get_bits(resp_msg->flags_len, in ath12k_htc_connect_service() [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | htc.c | 602 struct ath11k_htc_conn_svc_resp *resp_msg = &resp_msg_dummy; in ath11k_htc_connect_service() local 679 resp_msg = (struct ath11k_htc_conn_svc_resp *)htc->control_resp_buffer; in ath11k_htc_connect_service() 680 message_id = FIELD_GET(HTC_MSG_MESSAGEID, resp_msg->msg_svc_id); in ath11k_htc_connect_service() 682 resp_msg->msg_svc_id); in ath11k_htc_connect_service() 685 (htc->control_resp_len < sizeof(*resp_msg))) { in ath11k_htc_connect_service() 693 FIELD_GET(HTC_SVC_RESP_MSG_STATUS, resp_msg->flags_len), in ath11k_htc_connect_service() 694 FIELD_GET(HTC_SVC_RESP_MSG_ENDPOINTID, resp_msg->flags_len)); in ath11k_htc_connect_service() 697 resp_msg->flags_len); in ath11k_htc_connect_service() 709 resp_msg->flags_len); in ath11k_htc_connect_service() 712 resp_msg->flags_len); in ath11k_htc_connect_service() [all …]
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | htc.c | 1022 struct ath10k_htc_conn_svc_response *resp_msg = &resp_msg_dummy; in ath10k_htc_connect_service() local 1093 resp_msg = &msg->connect_service_response; in ath10k_htc_connect_service() 1095 service_id = __le16_to_cpu(resp_msg->service_id); in ath10k_htc_connect_service() 1107 resp_msg->status, resp_msg->eid); in ath10k_htc_connect_service() 1109 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service() 1112 if (resp_msg->status != ATH10K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath10k_htc_connect_service() 1115 resp_msg->status); in ath10k_htc_connect_service() 1119 assigned_eid = (enum ath10k_htc_ep_id)resp_msg->eid; in ath10k_htc_connect_service() 1120 max_msg_size = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() 1138 conn_resp->max_msg_len = __le16_to_cpu(resp_msg->max_msg_size); in ath10k_htc_connect_service() [all …]
|
/freebsd/sys/dev/mana/ |
H A D | hw_channel.c | 81 const struct gdma_resp_hdr *resp_msg, in mana_hwc_verify_resp_msg() argument 84 if (resp_len < sizeof(*resp_msg)) in mana_hwc_verify_resp_msg() 95 const struct gdma_resp_hdr *resp_msg) in mana_hwc_handle_resp() argument 100 if (!test_bit(resp_msg->response.hwc_msg_id, in mana_hwc_handle_resp() 103 resp_msg->response.hwc_msg_id); in mana_hwc_handle_resp() 107 ctx = hwc->caller_ctx + resp_msg->response.hwc_msg_id; in mana_hwc_handle_resp() 108 err = mana_hwc_verify_resp_msg(ctx, resp_msg, resp_len); in mana_hwc_handle_resp() 112 ctx->status_code = resp_msg->status; in mana_hwc_handle_resp() 114 memcpy(ctx->output_buf, resp_msg, resp_len); in mana_hwc_handle_resp()
|
/freebsd/sys/dev/qat/include/common/ |
H A D | adf_transport.h | 10 typedef void (*adf_callback_fn)(void *resp_msg);
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_auth.c | 593 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_ok() 594 auth->resp_msg = msg; in dpp_auth_build_resp_ok() 661 wpabuf_free(auth->resp_msg); in dpp_auth_build_resp_status() 662 auth->resp_msg = msg; in dpp_auth_build_resp_status() 1729 return wpabuf_dup(auth->resp_msg); in dpp_auth_resp_rx()
|
H A D | dpp.h | 310 struct wpabuf *resp_msg; member
|
H A D | dpp_tcp.c | 800 return dpp_tcp_send_msg(conn, conn->auth->resp_msg); in dpp_controller_rx_auth_req() 2299 dpp_tcp_send_msg(conn, conn->auth->resp_msg); in dpp_controller_new_qr_code()
|
H A D | dpp.c | 1465 wpabuf_free(auth->resp_msg); in dpp_auth_deinit()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | dpp_hostapd.c | 75 wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_qr_code() 76 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_qr_code() 176 if (!auth || !auth->resp_msg) in hostapd_dpp_auth_resp_retry_timeout() 186 wpabuf_head(auth->resp_msg), in hostapd_dpp_auth_resp_retry_timeout() 187 wpabuf_len(auth->resp_msg)); in hostapd_dpp_auth_resp_retry_timeout() 196 if (!auth || !auth->resp_msg) in hostapd_dpp_auth_resp_retry() 1134 src, wpabuf_head(hapd->dpp_auth->resp_msg), in hostapd_dpp_rx_auth_req() 1135 wpabuf_len(hapd->dpp_auth->resp_msg)); in hostapd_dpp_rx_auth_req()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | dpp_supplicant.c | 95 wpabuf_head(auth->resp_msg), in wpas_dpp_qr_code() 96 wpabuf_len(auth->resp_msg), in wpas_dpp_qr_code() 198 if (!auth || !auth->resp_msg) in wpas_dpp_auth_resp_retry_timeout() 209 wpabuf_head(auth->resp_msg), in wpas_dpp_auth_resp_retry_timeout() 210 wpabuf_len(auth->resp_msg), in wpas_dpp_auth_resp_retry_timeout() 220 if (!auth || !auth->resp_msg) in wpas_dpp_auth_resp_retry() 1159 wpabuf_head(auth->resp_msg), in wpas_dpp_tx_auth_resp() 1160 wpabuf_len(auth->resp_msg), in wpas_dpp_tx_auth_resp()
|