Home
last modified time | relevance | path

Searched refs:sync_rate (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx_old/
Daic7xxx_proc.c189 struct aic7xxx_syncrate *sync_rate; in aic7xxx_show_info() local
195 sync_rate = aic7xxx_find_syncrate(p, &period, 0, &options); in aic7xxx_show_info()
196 if (sync_rate != NULL) in aic7xxx_show_info()
199 sync_rate->rate[rate], in aic7xxx_show_info()
/drivers/scsi/
Dmesh.c60 static int sync_rate = CONFIG_SCSI_MESH_SYNC_RATE; variable
66 module_param(sync_rate, int, 0);
67 MODULE_PARM_DESC(sync_rate, "Synchronous rate (0..10, 0=async)");
2058 if (sync_rate > 10) in init_mesh()
2059 sync_rate = 10; in init_mesh()
2060 if (sync_rate > 0) { in init_mesh()
2061 printk(KERN_INFO "mesh: configured for synchronous %d MB/s\n", sync_rate); in init_mesh()
2062 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()