Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gbl.h109 extern int ql2xshiftctondsd;
Dqla_os.c101 int ql2xshiftctondsd = 6; variable
102 module_param(ql2xshiftctondsd, int, S_IRUGO);
103 MODULE_PARM_DESC(ql2xshiftctondsd,
Dqla_iocb.c2282 if (tot_dsds > ql2xshiftctondsd) { in qla82xx_start_scsi()