Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_dbg.h270 uint32_t fw_attributes; member
Dqla_os.c420 if (!(ha->fw_attributes & BIT_6)) { in qla25xx_setup_mode()
565 if (ha->fw_attributes & BIT_9) { in qla2x00_fw_version_str()
570 switch (ha->fw_attributes & 0xFF) { in qla2x00_fw_version_str()
584 sprintf(un_str, "(%x)", ha->fw_attributes); in qla2x00_fw_version_str()
588 if (ha->fw_attributes & 0x100) in qla2x00_fw_version_str()
600 ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes); in qla24xx_fw_version_str()
2791 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
Dqla_tmpl.c841 vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes; in qla27xx_firmware_info()
Dqla_def.h3167 (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22))
3273 uint16_t fw_attributes; member
Dqla_dbg.c89 fw_dump->fw_attributes = htonl(ha->fw_attributes); in qla2xxx_prep_dump()
Dqla_attr.c2062 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
Dqla_init.c1859 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip()
2142 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings()
Dqla_isr.c3142 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
Dqla_mbx.c571 ha->fw_attributes = mcp->mb[6]; in qla2x00_get_fw_version()