Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_edif.h148 #define EDIF_CAP(_ha) (ql2xsecenable && IS_QLA28XX(_ha))
H A Dqla_gbl.h193 extern int ql2xsecenable;
H A Dqla_os.c62 int ql2xsecenable; variable
63 module_param(ql2xsecenable, int, S_IRUGO);
64 MODULE_PARM_DESC(ql2xsecenable,
4183 if (IS_P3P_TYPE(ha) || IS_QLA27XX(ha) || (ql2xsecenable && IS_QLA28XX(ha))) { in qla2x00_mem_alloc()
4217 if (IS_P3P_TYPE(ha) || ql2xenabledif || (IS_QLA28XX(ha) && ql2xsecenable)) { in qla2x00_mem_alloc()
H A Dqla_mbx.c1154 if (IS_QLA28XX(ha) && ha->flags.edif_hw && ql2xsecenable && in qla2x00_get_fw_version()