Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c336 htc->control_resp_len = in ath12k_htc_rx_completion_handler()
341 htc->control_resp_len); in ath12k_htc_rx_completion_handler()
516 if (htc->control_resp_len < sizeof(*ready)) { in ath12k_htc_wait_target()
518 htc->control_resp_len); in ath12k_htc_wait_target()
636 (htc->control_resp_len < sizeof(*resp_msg))) { in ath12k_htc_connect_service()
H A Dhtc.h293 int control_resp_len; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c380 htc->control_resp_len = in ath11k_htc_rx_completion_handler()
385 htc->control_resp_len); in ath11k_htc_rx_completion_handler()
554 if (htc->control_resp_len < sizeof(*ready)) { in ath11k_htc_wait_target()
556 htc->control_resp_len); in ath11k_htc_wait_target()
685 (htc->control_resp_len < sizeof(*resp_msg))) { in ath11k_htc_connect_service()
H A Dhtc.h288 int control_resp_len; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c550 htc->control_resp_len = in ath10k_htc_control_rx_complete()
555 htc->control_resp_len); in ath10k_htc_control_rx_complete()
948 if (htc->control_resp_len < sizeof(msg->hdr) + sizeof(msg->ready)) { in ath10k_htc_wait_target()
950 htc->control_resp_len); in ath10k_htc_wait_target()
984 if (htc->control_resp_len >= in ath10k_htc_wait_target()
1098 (htc->control_resp_len < sizeof(msg->hdr) + in ath10k_htc_connect_service()
H A Dhtc.h397 int control_resp_len; member