Searched refs:fw_attributes (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_dbg.h | 282 __be32 fw_attributes; member
|
H A D | qla_os.c | 636 if (ha->fw_attributes & BIT_9) { in qla2x00_fw_version_str() 641 switch (ha->fw_attributes & 0xFF) { in qla2x00_fw_version_str() 655 sprintf(un_str, "(%x)", ha->fw_attributes); in qla2x00_fw_version_str() 659 if (ha->fw_attributes & 0x100) in qla2x00_fw_version_str() 671 ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes); in qla24xx_fw_version_str() 2000 if (!(ha->fw_attributes & BIT_6)) in qla2x00_iospace_config() 3366 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
|
H A D | qla_bsg.c | 2189 (uint64_t)ha->fw_attributes; in qla27xx_get_flash_upd_cap() 2225 (uint64_t)ha->fw_attributes; in qla27xx_set_flash_upd_cap()
|
H A D | qla_tmpl.c | 898 vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes); in qla27xx_firmware_info()
|
H A D | qla_attr.c | 2353 (uint64_t)ha->fw_attributes); in qla2x00_fw_attr_show() 3025 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
|
H A D | qla_dbg.c | 79 fw_dump->fw_attributes = htonl(ha->fw_attributes); in qla2xxx_prep_dump()
|
H A D | qla_def.h | 4149 /* Bit 21 of fw_attributes decides the MCTP capabilities */ 4158 (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22)) 4313 uint16_t fw_attributes; member
|
H A D | qla_init.c | 3863 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip() 4211 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings() 9136 if (!(ha->fw_attributes & BIT_6) || !ha->flags.msix_enabled) { in qla2xxx_create_qpair() 9226 if (ha->fw_attributes & BIT_4) in qla2xxx_create_qpair()
|
H A D | qla_isr.c | 4112 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
|
H A D | qla_mbx.c | 1051 ha->fw_attributes = mcp->mb[6]; in qla2x00_get_fw_version() 1090 * BIT 26 of fw_attributes indicates NVMe support. in qla2x00_get_fw_version()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_dbg.h | 282 __be32 fw_attributes; member
|
H A D | qla_os.c | 682 if (ha->fw_attributes & BIT_9) { in qla2x00_fw_version_str() 687 switch (ha->fw_attributes & 0xFF) { in qla2x00_fw_version_str() 701 sprintf(un_str, "(%x)", ha->fw_attributes); in qla2x00_fw_version_str() 705 if (ha->fw_attributes & 0x100) in qla2x00_fw_version_str() 717 ha->fw_minor_version, ha->fw_subminor_version, ha->fw_attributes); in qla24xx_fw_version_str() 2122 if (!(ha->fw_attributes & BIT_6)) in qla2x00_iospace_config() 3463 if (IS_QLA25XX(ha) && !(ha->fw_attributes & BIT_6)) in qla2x00_probe_one() 3537 if (ha->fw_attributes & BIT_4) { in qla2x00_probe_one()
|
H A D | qla_tmpl.c | 903 vha->hw->fw_attributes_h << 16 | vha->hw->fw_attributes); in qla27xx_firmware_info()
|
H A D | qla_bsg.c | 2208 (uint64_t)ha->fw_attributes; in qla27xx_get_flash_upd_cap() 2244 (uint64_t)ha->fw_attributes; in qla27xx_set_flash_upd_cap()
|
H A D | qla_dbg.c | 78 fw_dump->fw_attributes = htonl(ha->fw_attributes); in qla2xxx_prep_dump()
|
H A D | qla_attr.c | 2383 (uint64_t)ha->fw_attributes); in qla2x00_fw_attr_show() 3090 if (ha->fw_attributes & BIT_4) { in qla24xx_vport_create()
|
H A D | qla_def.h | 4364 /* Bit 21 of fw_attributes decides the MCTP capabilities */ 4386 (((ha)->fw_attributes_h << 16 | (ha)->fw_attributes) & BIT_22)) 4540 uint16_t fw_attributes; member
|
H A D | qla_init.c | 4332 (ha->fw_attributes & BIT_2)) { in qla2x00_setup_chip() 4695 if ((ha->fw_attributes & BIT_6) && (IS_MSIX_NACK_CAPABLE(ha)) && in qla24xx_config_rings() 9622 if (!(ha->fw_attributes & BIT_6) || !ha->flags.msix_enabled) { in qla2xxx_create_qpair() 9714 if (ha->fw_attributes & BIT_4) in qla2xxx_create_qpair()
|
H A D | qla_isr.c | 4707 ha->chip_revision, ha->fw_attributes); in qla2x00_request_irqs()
|
H A D | qla_mbx.c | 1093 ha->fw_attributes = mcp->mb[6]; in qla2x00_get_fw_version() 1132 * BIT 26 of fw_attributes indicates NVMe support. in qla2x00_get_fw_version()
|
Completed in 108 milliseconds