Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dwd719x.h56 u8 sync_rate; /* 61 Synchronous rate */ member
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)");
2056 if (sync_rate > 10) in init_mesh()
2057 sync_rate = 10; in init_mesh()
2058 if (sync_rate > 0) { in init_mesh()
2059 printk(KERN_INFO "mesh: configured for synchronous %d MB/s\n", sync_rate); in init_mesh()
2060 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()