Searched refs:optimize_stpg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 53 static uint optimize_stpg; variable 54 module_param(optimize_stpg, uint, S_IRUGO|S_IWUSR); 55 MODULE_PARM_DESC(optimize_stpg, "Allow use of a non-optimized path, rather than sending a STPG, when implicit TPGS is supported (0=No,1=Yes). Default is 0."); 236 if (optimize_stpg) in alua_alloc_pg()
|
/kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 53 static uint optimize_stpg; variable 54 module_param(optimize_stpg, uint, S_IRUGO|S_IWUSR); 55 MODULE_PARM_DESC(optimize_stpg, "Allow use of a non-optimized path, rather than sending a STPG, when implicit TPGS is supported (0=No,1=Yes). Default is 0."); 243 if (optimize_stpg) in alua_alloc_pg()
|
Completed in 4 milliseconds