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

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c2657 struct htc_ready_ext_msg *rdy_msg; local
2669 rdy_msg = (struct htc_ready_ext_msg *)packet->buf;
2671 if ((le16_to_cpu(rdy_msg->ver2_0_info.msg_id) != HTC_MSG_READY_ID) ||
2677 if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) {
2682 target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt);
2683 target->tgt_cred_sz = le16_to_cpu(rdy_msg->ver2_0_info.cred_sz);
2692 target->htc_tgt_ver = rdy_msg->htc_ver;
2693 target->msg_per_bndl_max = rdy_msg->msg_per_htc_bndl;

Completed in 105 milliseconds