Home
last modified time | relevance | path

Searched refs:mesh_sync_period (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c78 static int mesh_sync_period = 100; variable
633 ms->msgout[i+3] = mesh_sync_period/4; in add_sdtr_msg()
1952 * mesh_sync_period if necessary. in mesh_probe()
1955 if (mesh_sync_period < minper) in mesh_probe()
1956 mesh_sync_period = minper; in mesh_probe()
2068 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmesh.c78 static int mesh_sync_period = 100; variable
627 ms->msgout[i+3] = mesh_sync_period/4; in add_sdtr_msg()
1943 * mesh_sync_period if necessary. in mesh_probe()
1946 if (mesh_sync_period < minper) in mesh_probe()
1947 mesh_sync_period = minper; in mesh_probe()
2059 mesh_sync_period = 1000 / sync_rate; /* ns */ in init_mesh()

Completed in 6 milliseconds