Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_attr.c1732 vha->hw->allow_cna_fw_dump ? "true" : "false"); in qla2x00_allow_cna_fw_dump_show()
1748 vha->hw->allow_cna_fw_dump = val != 0; in qla2x00_allow_cna_fw_dump_store()
2459 static DEVICE_ATTR(allow_cna_fw_dump, S_IRUGO | S_IWUSR,
Dqla_nx2.c4065 if (!ha->allow_cna_fw_dump) in qla8044_fw_dump()
Dqla_nx.c4467 if (!ha->allow_cna_fw_dump) in qla82xx_fw_dump()
Dqla_def.h4714 int allow_cna_fw_dump; member