Searched refs:burst_max (Results 1 – 3 of 3) sorted by relevance
134 SYSCTL_PROC(_kern_polling, OID_AUTO, burst_max,
95 u_char burst_max; /* log-base-2 of max burst */ member
2473 u_char burst_max; in sym_prepare_setting() local2582 burst_max = SYM_SETUP_BURST_ORDER; in sym_prepare_setting()2583 if (burst_max == 255) in sym_prepare_setting()2584 burst_max = burst_code(np->sv_dmode, np->sv_ctest4, in sym_prepare_setting()2586 if (burst_max > 7) in sym_prepare_setting()2587 burst_max = 7; in sym_prepare_setting()2588 if (burst_max > np->maxburst) in sym_prepare_setting()2589 burst_max = np->maxburst; in sym_prepare_setting()2656 sym_init_burst(np, burst_max); in sym_prepare_setting()8427 np->maxburst = chip->burst_max;