Home
last modified time | relevance | path

Searched refs:fw_attributes_ext (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/qla2xxx/
H A Dqla_tmpl.c905 vha->hw->fw_attributes_ext[1] << 16 | vha->hw->fw_attributes_ext[0]); in qla27xx_firmware_info()
H A Dqla_bsg.c2199 cap.capabilities = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_get_flash_upd_cap()
2200 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_get_flash_upd_cap()
2235 online_fw_attr = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_set_flash_upd_cap()
2236 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_set_flash_upd_cap()
H A Dqla_mbx.c1111 ha->fw_attributes_ext[0] = mcp->mb[16]; in qla2x00_get_fw_version()
1112 ha->fw_attributes_ext[1] = mcp->mb[17]; in qla2x00_get_fw_version()
1147 if (ha->fw_attributes_ext[0] & FW_ATTR_EXT0_NVME2) { in qla2x00_get_fw_version()
1150 ha->fw_attributes_ext[0]); in qla2x00_get_fw_version()
1155 (ha->fw_attributes_ext[0] & FW_ATTR_EXT0_EDIF)) { in qla2x00_get_fw_version()
1187 (ha->fw_attributes_ext[0] & FW_ATTR_EXT0_SCM_SUPPORTED)) { in qla2x00_get_fw_version()
H A Dqla_def.h4377 ((ha)->fw_attributes_ext[0] & BIT_0))
4378 #define QLA_ABTS_FW_ENABLED(_ha) ((_ha)->fw_attributes_ext[0] & BIT_14)
4565 uint16_t fw_attributes_ext[2]; member
H A Dqla_attr.c2373 (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla2x00_fw_attr_show()
2374 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla2x00_fw_attr_show()