Searched refs:msg_per_bndl_max (Results 1 – 2 of 2) sorted by relevance
777 n_scat = min(n_scat, target->msg_per_bndl_max); in ath6kl_htc_tx_bundle()1065 if (target->msg_per_bndl_max > 0) { in htc_setup_tx_complete()1069 target->msg_per_bndl_max; in htc_setup_tx_complete()1532 if (n_msg > target->msg_per_bndl_max) { in ath6kl_htc_rx_alloc()1933 n_scat_pkt = min(n_scat_pkt, target->msg_per_bndl_max); in ath6kl_htc_rx_bundle()2624 target->msg_per_bndl_max = min(HTC_HOST_MAX_MSG_PER_BUNDLE, in htc_setup_msg_bndl()2625 target->msg_per_bndl_max); in htc_setup_msg_bndl()2628 target->msg_per_bndl_max = 0; in htc_setup_msg_bndl()2633 target->msg_per_bndl_max = min(target->max_scat_entries, in htc_setup_msg_bndl()2634 target->msg_per_bndl_max); in htc_setup_msg_bndl()[all …]
605 int msg_per_bndl_max; member