Searched refs:burst_max (Results 1 – 4 of 4) sorted by relevance
42 .burst_max = 3,
460 unsigned char burst_max; /* log-base-2 of max burst */ member519 u8 burst_max; member
673 u_char burst_max; local793 burst_max = SYM_SETUP_BURST_ORDER;794 if (burst_max == 255)795 burst_max = burst_code(np->sv_dmode, np->sv_ctest4,797 if (burst_max > 7)798 burst_max = 7;799 if (burst_max > np->maxburst)800 burst_max = np->maxburst;866 sym_init_burst(np, burst_max);
40 u_char burst_max; /* log-base-2 of max burst */ member