Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_edif.h148 #define EDIF_CAP(_ha) (ql2xsecenable && IS_QLA28XX(_ha))
Dqla_gbl.h190 extern int ql2xsecenable;
Dqla_os.c63 int ql2xsecenable; variable
64 module_param(ql2xsecenable, int, S_IRUGO);
65 MODULE_PARM_DESC(ql2xsecenable,
4186 if (IS_P3P_TYPE(ha) || IS_QLA27XX(ha) || (ql2xsecenable && IS_QLA28XX(ha))) { in qla2x00_mem_alloc()
4220 if (IS_P3P_TYPE(ha) || ql2xenabledif || (IS_QLA28XX(ha) && ql2xsecenable)) { in qla2x00_mem_alloc()
Dqla_mbx.c1154 if (IS_QLA28XX(ha) && ha->flags.edif_hw && ql2xsecenable && in qla2x00_get_fw_version()