Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dzalon.c42 .burst_max = 3,
H A Dncr53c8xx.c714 driver_setup.burst_max = val; in sym53c8xx__setup()
3734 u_char burst_max; in ncr_prepare_setting() local
3833 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3839 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3840 if (burst_max == 255) in ncr_prepare_setting()
3841 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3842 if (burst_max > 7) in ncr_prepare_setting()
3843 burst_max = 7; in ncr_prepare_setting()
3844 if (burst_max > n in ncr_prepare_setting()
[all...]
H A Dncr53c8xx.h460 unsigned char burst_max; /* log-base-2 of max burst */ member
519 u8 burst_max; member
/kernel/linux/linux-6.6/drivers/scsi/
H A Dzalon.c42 .burst_max = 3,
H A Dncr53c8xx.c718 driver_setup.burst_max = val; in sym53c8xx__setup()
3706 u_char burst_max; in ncr_prepare_setting() local
3805 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3811 burst_max = driver_setup.burst_max; in ncr_prepare_setting()
3812 if (burst_max == 255) in ncr_prepare_setting()
3813 burst_max = burst_code(np->sv_dmode, np->sv_ctest0); in ncr_prepare_setting()
3814 if (burst_max > 7) in ncr_prepare_setting()
3815 burst_max = 7; in ncr_prepare_setting()
3816 if (burst_max > n in ncr_prepare_setting()
[all...]
H A Dncr53c8xx.h460 unsigned char burst_max; /* log-base-2 of max burst */ member
519 u8 burst_max; member
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c673 u_char burst_max; local
793 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);
H A Dsym_defs.h40 u_char burst_max; /* log-base-2 of max burst */ member
H A Dsym_glue.c1284 np->maxburst = dev->chip.burst_max; in sym_attach()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c673 u_char burst_max; local
793 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);
H A Dsym_defs.h40 u_char burst_max; /* log-base-2 of max burst */ member
H A Dsym_glue.c1279 np->maxburst = dev->chip.burst_max; in sym_attach()

Completed in 36 milliseconds