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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dzalon.c41 .burst_max = 3,
H A DNCR_Q720.c27 .burst_max = 3,
H A Dncr53c8xx.c750 driver_setup.burst_max = val;
3737 u_char burst_max; local
3836 burst_max = burst_code(np->sv_dmode, np->sv_ctest0);
3842 burst_max = driver_setup.burst_max;
3843 if (burst_max == 255)
3844 burst_max = burst_code(np->sv_dmode, np->sv_ctest0);
3845 if (burst_max > 7)
3846 burst_max = 7;
3847 if (burst_max > n
[all...]
H A Dncr53c8xx.h459 unsigned char burst_max; /* log-base-2 of max burst */ member in struct:ncr_chip
518 u8 burst_max; member in struct:ncr_driver_setup
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c678 u_char burst_max; local
805 burst_max = SYM_SETUP_BURST_ORDER;
806 if (burst_max == 255)
807 burst_max = burst_code(np->sv_dmode, np->sv_ctest4,
809 if (burst_max > 7)
810 burst_max = 7;
811 if (burst_max > np->maxburst)
812 burst_max = np->maxburst;
866 sym_init_burst(np, burst_max);
H A Dsym_defs.h53 u_char burst_max; /* log-base-2 of max burst */ member in struct:sym_chip
H A Dsym_glue.c1484 np->maxburst = dev->chip.burst_max;

Completed in 117 milliseconds