/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2198 u_int maxsync; in ahc_devlimited_syncrate() local 2203 maxsync = AHC_SYNCRATE_DT; in ahc_devlimited_syncrate() 2205 maxsync = AHC_SYNCRATE_ULTRA; in ahc_devlimited_syncrate() 2210 maxsync = AHC_SYNCRATE_ULTRA; in ahc_devlimited_syncrate() 2212 maxsync = AHC_SYNCRATE_FAST; in ahc_devlimited_syncrate() 2230 maxsync = max(maxsync, (u_int)AHC_SYNCRATE_ULTRA2); in ahc_devlimited_syncrate() 2239 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2249 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() 2258 && maxsync < AHC_SYNCRATE_ULTRA in ahc_find_syncrate() 2248 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) ahc_find_syncrate() argument 2324 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) ahc_find_period() argument 5461 u_int maxsync; ahc_init() local [all...] |
H A D | aic7xxx.h | 1201 u_int *ppr_options, u_int maxsync); 1203 u_int scsirate, u_int maxsync);
|
H A D | aic7xxx_osm.c | 585 int maxsync = AHC_SYNCRATE_DT; in ahc_linux_target_alloc() local 605 maxsync = ultra ? AHC_SYNCRATE_ULTRA : in ahc_linux_target_alloc() 612 ahc_find_period(ahc, scsirate, maxsync); in ahc_linux_target_alloc()
|
H A D | aic79xx.h | 1393 u_int *ppr_options, u_int maxsync);
|
H A D | aic79xx_core.c | 3670 u_int maxsync; in ahd_devlimited_syncrate() local 3674 maxsync = AHD_SYNCRATE_PACED; in ahd_devlimited_syncrate() 3676 maxsync = AHD_SYNCRATE_ULTRA; in ahd_devlimited_syncrate() 3696 maxsync = max(maxsync, (u_int)AHD_SYNCRATE_ULTRA2); in ahd_devlimited_syncrate() 3704 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() 3715 u_int *ppr_options, u_int maxsync) in ahd_find_syncrate() 3717 if (*period < maxsync) in ahd_find_syncrate() 3718 *period = maxsync; in ahd_find_syncrate() 3714 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) ahd_find_syncrate() argument
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 2196 u_int maxsync; in ahc_devlimited_syncrate() local 2201 maxsync = AHC_SYNCRATE_DT; in ahc_devlimited_syncrate() 2203 maxsync = AHC_SYNCRATE_ULTRA; in ahc_devlimited_syncrate() 2208 maxsync = AHC_SYNCRATE_ULTRA; in ahc_devlimited_syncrate() 2210 maxsync = AHC_SYNCRATE_FAST; in ahc_devlimited_syncrate() 2228 maxsync = max(maxsync, (u_int)AHC_SYNCRATE_ULTRA2); in ahc_devlimited_syncrate() 2237 return (ahc_find_syncrate(ahc, period, ppr_options, maxsync)); in ahc_devlimited_syncrate() 2247 u_int *ppr_options, u_int maxsync) in ahc_find_syncrate() 2256 && maxsync < AHC_SYNCRATE_ULTRA in ahc_find_syncrate() 2246 ahc_find_syncrate(struct ahc_softc *ahc, u_int *period, u_int *ppr_options, u_int maxsync) ahc_find_syncrate() argument 2322 ahc_find_period(struct ahc_softc *ahc, u_int scsirate, u_int maxsync) ahc_find_period() argument 5460 u_int maxsync; ahc_init() local [all...] |
H A D | aic7xxx.h | 1195 u_int *ppr_options, u_int maxsync); 1197 u_int scsirate, u_int maxsync);
|
H A D | aic7xxx_osm.c | 584 int maxsync = AHC_SYNCRATE_DT; in ahc_linux_target_alloc() local 604 maxsync = ultra ? AHC_SYNCRATE_ULTRA : in ahc_linux_target_alloc() 611 ahc_find_period(ahc, scsirate, maxsync); in ahc_linux_target_alloc()
|
H A D | aic79xx.h | 1389 u_int *ppr_options, u_int maxsync);
|
H A D | aic79xx_core.c | 3668 u_int maxsync; in ahd_devlimited_syncrate() local 3672 maxsync = AHD_SYNCRATE_PACED; in ahd_devlimited_syncrate() 3674 maxsync = AHD_SYNCRATE_ULTRA; in ahd_devlimited_syncrate() 3694 maxsync = max(maxsync, (u_int)AHD_SYNCRATE_ULTRA2); in ahd_devlimited_syncrate() 3702 ahd_find_syncrate(ahd, period, ppr_options, maxsync); in ahd_devlimited_syncrate() 3713 u_int *ppr_options, u_int maxsync) in ahd_find_syncrate() 3715 if (*period < maxsync) in ahd_find_syncrate() 3716 *period = maxsync; in ahd_find_syncrate() 3712 ahd_find_syncrate(struct ahd_softc *ahd, u_int *period, u_int *ppr_options, u_int maxsync) ahd_find_syncrate() argument
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 915 u_char maxsync; /* Max sync period factor (ST) */ member
|
H A D | sym_hipd.c | 750 np->maxsync = period > 2540 ? 254 : period / 10; 1394 if (goal->period > np->maxsync) 1395 goal->period = np->maxsync;
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 915 u_char maxsync; /* Max sync period factor (ST) */ member
|
H A D | sym_hipd.c | 750 np->maxsync = period > 2540 ? 254 : period / 10; 1394 if (goal->period > np->maxsync) 1395 goal->period = np->maxsync;
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 1678 u_char maxsync; /* Maximum sync period factor */ member 3820 np->maxsync = period > 2540 ? 254 : period / 10; in ncr_prepare_setting() 5323 if (tp->usrsync <= np->maxsync) { in ncr_init() 5386 if (minsync > np->maxsync) in ncr_negotiate() 8533 if (period > np->maxsync) 8534 period = np->maxsync;
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 1675 u_char maxsync; /* Maximum sync period factor */ member 3792 np->maxsync = period > 2540 ? 254 : period / 10; in ncr_prepare_setting() 5182 if (tp->usrsync <= np->maxsync) { in ncr_init() 5245 if (minsync > np->maxsync) in ncr_negotiate() 8328 if (period > np->maxsync) 8329 period = np->maxsync;
|