Home
last modified time | relevance | path

Searched refs:fw_attributes (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/scsi/qla2xxx/
Dqla_dbg.h281 uint32_t fw_attributes; member
Dqla_os.c616 if (ha->fw_attributes & BIT_9) { in qla2x00_fw_version_str()
621 switch (ha->fw_attributes & 0xFF) { in qla2x00_fw_version_str()
635 sprintf(un_str, "(%x)", ha->fw_attributes); in qla2x00_fw_version_str()
639 if (ha->fw_attributes & 0x100) in qla2x00_fw_version_str()
651 ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes); in qla24xx_fw_version_str()
3340 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
Dqla_tmpl.c880 vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes; in qla27xx_firmware_info()
Dqla_bsg.c2169 (uint64_t)ha->fw_attributes; in qla27xx_get_flash_upd_cap()
2205 (uint64_t)ha->fw_attributes; in qla27xx_set_flash_upd_cap()
Dqla_attr.c2238 (uint64_t)ha->fw_attributes); in qla2x00_fw_attr_show()
2827 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
Dqla_def.h3887 (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22))
4029 uint16_t fw_attributes; member
Dqla_dbg.c85 fw_dump->fw_attributes = htonl(ha->fw_attributes); in qla2xxx_prep_dump()
Dqla_init.c3626 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip()
3963 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings()
8864 if (!(ha->fw_attributes & BIT_6) || !ha->flags.msix_enabled) { in qla2xxx_create_qpair()
8954 if (ha->fw_attributes & BIT_4) in qla2xxx_create_qpair()
Dqla_isr.c3620 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
Dqla_mbx.c1071 ha->fw_attributes = mcp->mb[6]; in qla2x00_get_fw_version()