Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_gbl.h191 extern int ql2xsecenable;
Dqla_os.c61 int ql2xsecenable; variable
62 module_param(ql2xsecenable, int, S_IRUGO);
63 MODULE_PARM_DESC(ql2xsecenable,
4143 if (IS_P3P_TYPE(ha) || IS_QLA27XX(ha) || (ql2xsecenable && IS_QLA28XX(ha))) { in qla2x00_mem_alloc()
4177 if (IS_P3P_TYPE(ha) || ql2xenabledif || (IS_QLA28XX(ha) && ql2xsecenable)) { in qla2x00_mem_alloc()
Dqla_mbx.c1158 if (IS_QLA28XX(ha) && ha->flags.edif_hw && ql2xsecenable && in qla2x00_get_fw_version()