Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
A Dhtc_mbox.c2660 struct htc_ready_ext_msg *rdy_msg; in ath6kl_htc_mbox_wait_target() local
2672 rdy_msg = (struct htc_ready_ext_msg *)packet->buf; in ath6kl_htc_mbox_wait_target()
2674 if ((le16_to_cpu(rdy_msg->ver2_0_info.msg_id) != HTC_MSG_READY_ID) || in ath6kl_htc_mbox_wait_target()
2680 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) { in ath6kl_htc_mbox_wait_target()
2685 target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt); in ath6kl_htc_mbox_wait_target()
2686 target->tgt_cred_sz = le16_to_cpu(rdy_msg->ver2_0_info.cred_sz); in ath6kl_htc_mbox_wait_target()
2695 target->htc_tgt_ver = rdy_msg->htc_ver; in ath6kl_htc_mbox_wait_target()
2696 target->msg_per_bndl_max = rdy_msg->msg_per_htc_bndl; in ath6kl_htc_mbox_wait_target()

Completed in 8 milliseconds