Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c53 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, whe…
243 if (optimize_stpg) in alua_alloc_pg()