Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtc.c388 htc->control_resp_len = in ath10k_htc_rx_completion_handler()
393 htc->control_resp_len); in ath10k_htc_rx_completion_handler()
547 if (htc->control_resp_len < sizeof(msg->hdr) + sizeof(msg->ready)) { in ath10k_htc_wait_target()
549 htc->control_resp_len); in ath10k_htc_wait_target()
682 (htc->control_resp_len < sizeof(msg->hdr) + in ath10k_htc_connect_service()
Dhtc.h338 int control_resp_len; member