Searched refs:sync_rate (Results 1 – 2 of 2) sorted by relevance
55 u8 sync_rate; /* 61 Synchronous rate */ member
61 static int sync_rate = CONFIG_SCSI_MESH_SYNC_RATE; variable67 module_param(sync_rate, int, 0);68 MODULE_PARM_DESC(sync_rate, "Synchronous rate (0..10, 0=async)");2060 if (sync_rate > 10) in init_mesh()2061 sync_rate = 10; in init_mesh()2062 if (sync_rate > 0) { in init_mesh()2063 printk(KERN_INFO "mesh: configured for synchronous %d MB/s\n", sync_rate); in init_mesh()2064 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()