We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e250bd2 commit aa2a4deCopy full SHA for aa2a4de
drivers/scsi/qla2xxx/qla_target.c
@@ -48,13 +48,6 @@ MODULE_PARM_DESC(qlini_mode,
48
"when ready "
49
"\"enabled\" (default) - initiator mode will always stay enabled.");
50
51
-static int ql_dm_tgt_ex_pct = 0;
52
-module_param(ql_dm_tgt_ex_pct, int, S_IRUGO|S_IWUSR);
53
-MODULE_PARM_DESC(ql_dm_tgt_ex_pct,
54
- "For Dual Mode (qlini_mode=dual), this parameter determines "
55
- "the percentage of exchanges/cmds FW will allocate resources "
56
- "for Target mode.");
57
-
58
int ql2xuctrlirq = 1;
59
module_param(ql2xuctrlirq, int, 0644);
60
MODULE_PARM_DESC(ql2xuctrlirq,
0 commit comments