Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_gbl.h169 extern int ql2xshiftctondsd;
Dqla_os.c129 int ql2xshiftctondsd = 6; variable
130 module_param(ql2xshiftctondsd, int, S_IRUGO);
131 MODULE_PARM_DESC(ql2xshiftctondsd,
Dqla_iocb.c3401 if (tot_dsds > ql2xshiftctondsd) { in qla82xx_start_scsi()