Searched refs:sync_rate (Results 1 – 2 of 2) sorted by relevance
316 struct aic7xxx_syncrate *sync_rate; in aic7xxx_proc_info() local322 sync_rate = aic7xxx_find_syncrate(p, &period, 0, &options); in aic7xxx_proc_info()323 if (sync_rate != NULL) in aic7xxx_proc_info()326 sync_rate->rate[rate], in aic7xxx_proc_info()
61 MODULE_PARM(sync_rate, "i");62 MODULE_PARM_DESC(sync_rate, "Synchronous rate (0..10, 0=async)");72 static int sync_rate = CONFIG_SCSI_MESH_SYNC_RATE; variable264 if (sync_rate > 10) in mesh_detect()265 sync_rate = 10; in mesh_detect()266 if (sync_rate > 0) { in mesh_detect()267 printk(KERN_INFO "mesh: configured for synchronous %d MB/s\n", sync_rate); in mesh_detect()268 mesh_sync_period = 1000 / sync_rate; /* ns */ in mesh_detect()