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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_core.c547 int max_stat_len; local
550 max_stat_len = PCXHR_SIZE_MAX_STATUS;
551 else max_stat_len = rmh->stat_len;
592 if (i < max_stat_len)
595 if (rmh->stat_len > max_stat_len) {
598 rmh->stat_len = max_stat_len;

Completed in 34 milliseconds