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

/drivers/scsi/
H A Dzalon.c41 .burst_max = 3,
H A DNCR_Q720.c28 .burst_max = 3,
H A Dncr53c8xx.c726 driver_setup.burst_max = val;
3746 u_char burst_max; local
3845 burst_max = burst_code(np->sv_dmode, np->sv_ctest0);
3851 burst_max = driver_setup.burst_max;
3852 if (burst_max == 255)
3853 burst_max = burst_code(np->sv_dmode, np->sv_ctest0);
3854 if (burst_max > 7)
3855 burst_max = 7;
3856 if (burst_max > n
[all...]
H A Dncr53c8xx.h472 unsigned char burst_max; /* log-base-2 of max burst */ member in struct:ncr_chip
531 u8 burst_max; member in struct:ncr_driver_setup
/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c686 u_char burst_max; local
806 burst_max = SYM_SETUP_BURST_ORDER;
807 if (burst_max == 255)
808 burst_max = burst_code(np->sv_dmode, np->sv_ctest4,
810 if (burst_max > 7)
811 burst_max = 7;
812 if (burst_max > np->maxburst)
813 burst_max = np->maxburst;
879 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.c1303 np->maxburst = dev->chip.burst_max;

Completed in 191 milliseconds