Searched refs:fw_attributes_ext (Results 1 – 4 of 4) sorted by relevance
912 vha->hw->fw_attributes_ext[1] << 16 | vha->hw->fw_attributes_ext[0]; in qla27xx_firmware_info()
2164 cap.capabilities = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_get_flash_upd_cap()2165 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_get_flash_upd_cap()2200 online_fw_attr = (uint64_t)ha->fw_attributes_ext[1] << 48 | in qla27xx_set_flash_upd_cap()2201 (uint64_t)ha->fw_attributes_ext[0] << 32 | in qla27xx_set_flash_upd_cap()
3816 ((ha)->fw_attributes_ext[0] & BIT_0))3959 uint16_t fw_attributes_ext[2]; member
1064 ha->fw_attributes_ext[0] = mcp->mb[16]; in qla2x00_get_fw_version()1065 ha->fw_attributes_ext[1] = mcp->mb[17]; in qla2x00_get_fw_version()