Home
last modified time | relevance | path

Searched refs:connect_resp_code (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c647 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()
H A Dhtc.h252 u8 connect_resp_code; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c696 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()
H A Dhtc.h247 u8 connect_resp_code; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.h350 u8 connect_resp_code; member
H A Dhtc.c1109 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()