mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
scsi: qla2xxx: Enable Async TMF processing
Signed-off-by: Himanshu Madhani <himanshu.madhani@cavium.com> Signed-off-by: Giridhar Malavali <giridhar.malavali@cavium.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
bdbe24de28
commit
043dc1d7e8
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ MODULE_PARM_DESC(ql2xgffidenable,
|
||||||
"Enables GFF_ID checks of port type. "
|
"Enables GFF_ID checks of port type. "
|
||||||
"Default is 0 - Do not use GFF_ID information.");
|
"Default is 0 - Do not use GFF_ID information.");
|
||||||
|
|
||||||
int ql2xasynctmfenable;
|
int ql2xasynctmfenable = 1;
|
||||||
module_param(ql2xasynctmfenable, int, S_IRUGO);
|
module_param(ql2xasynctmfenable, int, S_IRUGO);
|
||||||
MODULE_PARM_DESC(ql2xasynctmfenable,
|
MODULE_PARM_DESC(ql2xasynctmfenable,
|
||||||
"Enables issue of TM IOCBs asynchronously via IOCB mechanism"
|
"Enables issue of TM IOCBs asynchronously via IOCB mechanism"
|
||||||
|
|
Loading…
Add table
Reference in a new issue