Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1569 struct htc_ready_ext_msg *ready_msg; in ath6kl_htc_pipe_wait_target() local
1579 if (target->pipe.ctrl_response_len < sizeof(*ready_msg)) { in ath6kl_htc_pipe_wait_target()
1585 ready_msg = (struct htc_ready_ext_msg *) target->pipe.ctrl_response_buf; in ath6kl_htc_pipe_wait_target()
1587 if (ready_msg->ver2_0_info.msg_id != cpu_to_le16(HTC_MSG_READY_ID)) { in ath6kl_htc_pipe_wait_target()
1589 ready_msg->ver2_0_info.msg_id); in ath6kl_htc_pipe_wait_target()
1595 ready_msg->ver2_0_info.cred_cnt, in ath6kl_htc_pipe_wait_target()
1596 ready_msg->ver2_0_info.cred_sz); in ath6kl_htc_pipe_wait_target()
1598 target->tgt_creds = le16_to_cpu(ready_msg->ver2_0_info.cred_cnt); in ath6kl_htc_pipe_wait_target()
1599 target->tgt_cred_sz = le16_to_cpu(ready_msg->ver2_0_info.cred_sz); in ath6kl_htc_pipe_wait_target()