[go: nahoru, domu]

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

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c774 n_scat = min(n_scat, target->msg_per_bndl_max);
1061 if (target->msg_per_bndl_max > 0) {
1065 target->msg_per_bndl_max;
1525 if (n_msg > target->msg_per_bndl_max) {
1923 n_scat_pkt = min(n_scat_pkt, target->msg_per_bndl_max);
2612 target->msg_per_bndl_max = min(HTC_HOST_MAX_MSG_PER_BUNDLE,
2613 target->msg_per_bndl_max);
2616 target->msg_per_bndl_max = 0;
2621 target->msg_per_bndl_max = min(target->max_scat_entries,
2622 target->msg_per_bndl_max);
[all...]
H A Dhtc.h605 int msg_per_bndl_max; member in struct:htc_target

Completed in 17 milliseconds