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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dmesh.c60 static int sync_targets = 0xff; variable
67 module_param(sync_targets, int, 0);
68 MODULE_PARM_DESC(sync_targets, "Bitmask of targets allowed to set synchronous");
80 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.c60 static int sync_targets = 0xff; variable
67 module_param(sync_targets, int, 0);
68 MODULE_PARM_DESC(sync_targets, "Bitmask of targets allowed to set synchronous");
80 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1)

Completed in 158 milliseconds