Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c432 htc->control_resp_len = in ath10k_htc_rx_completion_handler()
437 htc->control_resp_len); in ath10k_htc_rx_completion_handler()
586 if (htc->control_resp_len < sizeof(msg->hdr) + sizeof(msg->ready)) { in ath10k_htc_wait_target()
588 htc->control_resp_len); in ath10k_htc_wait_target()
720 (htc->control_resp_len < sizeof(msg->hdr) + in ath10k_htc_connect_service()
Dhtc.h340 int control_resp_len; member