Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dmesh.c61 static int sync_rate = CONFIG_SCSI_MESH_SYNC_RATE; variable
67 module_param(sync_rate, int, 0);
68 MODULE_PARM_DESC(sync_rate, "Synchronous rate (0..10, 0=async)");
2052 if (sync_rate > 10) in init_mesh()
2053 sync_rate = 10; in init_mesh()
2054 if (sync_rate > 0) { in init_mesh()
2055 printk(KERN_INFO "mesh: configured for synchronous %d MB/s\n", sync_rate); in init_mesh()
2056 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()
H A Dwd719x.h55 u8 sync_rate; /* 61 Synchronous rate */ member