Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dmesh.c62 static int sync_targets = 0xff; variable
69 module_param(sync_targets, int, 0);
70 MODULE_PARM_DESC(sync_targets, "Bitmask of targets allowed to set synchronous");
82 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1)