Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/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
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dhtc.c697 conn_resp->connect_resp_code = FIELD_GET(HTC_SVC_RESP_MSG_STATUS, in ath11k_htc_connect_service()
701 if (conn_resp->connect_resp_code != ATH11K_HTC_CONN_SVC_STATUS_SUCCESS) { in ath11k_htc_connect_service()
704 conn_resp->connect_resp_code); in ath11k_htc_connect_service()
H A Dhtc.h248 u8 connect_resp_code; member
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtc.h350 u8 connect_resp_code; member
H A Dhtc.c1106 conn_resp->connect_resp_code = resp_msg->status; in ath10k_htc_connect_service()