msg_per_bndl_max  605 drivers/net/wireless/ath/ath6kl/htc.h 	int msg_per_bndl_max;
msg_per_bndl_max  774 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		n_scat = min(n_scat, target->msg_per_bndl_max);
msg_per_bndl_max 1061 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		if (target->msg_per_bndl_max > 0) {
msg_per_bndl_max 1065 drivers/net/wireless/ath/ath6kl/htc_mbox.c 						target->msg_per_bndl_max;
msg_per_bndl_max 1523 drivers/net/wireless/ath/ath6kl/htc_mbox.c 			if (n_msg > target->msg_per_bndl_max) {
msg_per_bndl_max 1921 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	n_scat_pkt = min(n_scat_pkt, target->msg_per_bndl_max);
msg_per_bndl_max 2611 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	target->msg_per_bndl_max = min(HTC_HOST_MAX_MSG_PER_BUNDLE,
msg_per_bndl_max 2612 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				       target->msg_per_bndl_max);
msg_per_bndl_max 2615 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		target->msg_per_bndl_max = 0;
msg_per_bndl_max 2620 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	target->msg_per_bndl_max = min(target->max_scat_entries,
msg_per_bndl_max 2621 drivers/net/wireless/ath/ath6kl/htc_mbox.c 				       target->msg_per_bndl_max);
msg_per_bndl_max 2625 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		   target->msg_per_bndl_max);
msg_per_bndl_max 2696 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		target->msg_per_bndl_max = rdy_msg->msg_per_htc_bndl;
msg_per_bndl_max 2700 drivers/net/wireless/ath/ath6kl/htc_mbox.c 		target->msg_per_bndl_max = 0;
msg_per_bndl_max 2707 drivers/net/wireless/ath/ath6kl/htc_mbox.c 	if (target->msg_per_bndl_max > 0)