scsi: qla2xxx: Remove unused 'ql_dm_tgt_ex_pct' parameter
The ql_dm_tgt_ex_pct parameter was introduced in commitead038556f
("qla2xxx: Add Dual mode support in the driver"). Then the use of this parameter was dropped in commit99e1b683c4
("scsi: qla2xxx: Add ql2xiniexchg parameter"). Thus, remove ql_dm_tgt_ex_pct since it is no longer used. Link: https://lore.kernel.org/r/AM9PR10MB41185ADE95B92B4E6926BE639DD49@AM9PR10MB4118.EURPRD10.PROD.OUTLOOK.COM Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Gleb Chesnokov <Chesnokov.G@raidix.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
e250bd2699
commit
aa2a4ded05
@ -48,13 +48,6 @@ MODULE_PARM_DESC(qlini_mode,
|
||||
"when ready "
|
||||
"\"enabled\" (default) - initiator mode will always stay enabled.");
|
||||
|
||||
static int ql_dm_tgt_ex_pct = 0;
|
||||
module_param(ql_dm_tgt_ex_pct, int, S_IRUGO|S_IWUSR);
|
||||
MODULE_PARM_DESC(ql_dm_tgt_ex_pct,
|
||||
"For Dual Mode (qlini_mode=dual), this parameter determines "
|
||||
"the percentage of exchanges/cmds FW will allocate resources "
|
||||
"for Target mode.");
|
||||
|
||||
int ql2xuctrlirq = 1;
|
||||
module_param(ql2xuctrlirq, int, 0644);
|
||||
MODULE_PARM_DESC(ql2xuctrlirq,
|
||||
|
Loading…
Reference in New Issue
Block a user