ver2_0_info       178 drivers/net/wireless/ath/ath6kl/htc.h 	struct htc_ready_msg ver2_0_info;
ver2_0_info      2674 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if ((le16_to_cpu(rdy_msg->ver2_0_info.msg_id) != HTC_MSG_READY_ID) ||
ver2_0_info      2680 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (!rdy_msg->ver2_0_info.cred_cnt || !rdy_msg->ver2_0_info.cred_sz) {
ver2_0_info      2685 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	target->tgt_creds = le16_to_cpu(rdy_msg->ver2_0_info.cred_cnt);
ver2_0_info      2686 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	target->tgt_cred_sz = le16_to_cpu(rdy_msg->ver2_0_info.cred_sz);
ver2_0_info      1575 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (ready_msg->ver2_0_info.msg_id != cpu_to_le16(HTC_MSG_READY_ID)) {
ver2_0_info      1577 drivers/net/wireless/ath/ath6kl/htc_pipe.c 			    ready_msg->ver2_0_info.msg_id);
ver2_0_info      1583 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		   ready_msg->ver2_0_info.cred_cnt,
ver2_0_info      1584 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		   ready_msg->ver2_0_info.cred_sz);
ver2_0_info      1586 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	target->tgt_creds = le16_to_cpu(ready_msg->ver2_0_info.cred_cnt);
ver2_0_info      1587 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	target->tgt_cred_sz = le16_to_cpu(ready_msg->ver2_0_info.cred_sz);