Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dzalon.c41 .burst_max = 3,
Dncr53c8xx.h472 unsigned char burst_max; /* log-base-2 of max burst */ member
531 u8 burst_max; member
Dncr53c8xx.c726 driver_setup.burst_max = val; in sym53c8xx__setup()
3746 u_char burst_max; in ncr_prepare_setting() local
3845 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3851 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3852 if (burst_max == 255) in ncr_prepare_setting()
3853 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3854 if (burst_max > 7) in ncr_prepare_setting()
3855 burst_max = 7; in ncr_prepare_setting()
3856 if (burst_max > np->maxburst) in ncr_prepare_setting()
3857 burst_max = np->maxburst; in ncr_prepare_setting()
[all …]
DNCR_Q720.c28 .burst_max = 3,
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
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);
Dsym_defs.h53 u_char burst_max; /* log-base-2 of max burst */ member
Dsym_glue.c1301 np->maxburst = dev->chip.burst_max; in sym_attach()