Searched refs:fw_attributes_ext (Results 1 – 5 of 5) sorted by relevance
900 vha->hw->fw_attributes_ext[1] << 16 | vha->hw->fw_attributes_ext[0]); in qla27xx_firmware_info()
2182 cap.capabilities = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_get_flash_upd_cap()2183 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_get_flash_upd_cap()2218 online_fw_attr = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_set_flash_upd_cap()2219 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_set_flash_upd_cap()
1072 ha->fw_attributes_ext[0] = mcp->mb[16]; in qla2x00_get_fw_version()1073 ha->fw_attributes_ext[1] = mcp->mb[17]; in qla2x00_get_fw_version()1108 if (ha->fw_attributes_ext[0] & FW_ATTR_EXT0_NVME2) { in qla2x00_get_fw_version()1111 ha->fw_attributes_ext[0]); in qla2x00_get_fw_version()1141 (ha->fw_attributes_ext[0] & FW_ATTR_EXT0_SCM_SUPPORTED)) { in qla2x00_get_fw_version()
2350 (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla2x00_fw_attr_show()2351 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla2x00_fw_attr_show()
4144 ((ha)->fw_attributes_ext[0] & BIT_0))4320 uint16_t fw_attributes_ext[2]; member