Searched refs:vce (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | cert_store.c | 128 struct vce { struct 179 static void pr_dbf_vce(const struct vce *e) in pr_dbf_vce() 260 static int check_certificate_hash(const struct vce *vce) in check_certificate_hash() argument 266 vce_hash = (u8 *)vce + vce->vce_hdr.vc_hash_offset; in check_certificate_hash() 267 vc_hash_length = vce->vce_hdr.vc_hash_length; in check_certificate_hash() 268 sha256((u8 *)vce + vce->vce_hdr.vc_offset, vce->vce_hdr.vc_length, hash); in check_certificate_hash() 281 static int check_certificate_valid(const struct vce *vce) in check_certificate_valid() argument 283 if (!(vce->vce_hdr.flags & VCE_FLAGS_VALID_MASK)) { in check_certificate_valid() 287 if (vce->vce_hdr.vc_format != 1) { in check_certificate_valid() 291 if (vce->vce_hdr.vc_hash_type != 1) { in check_certificate_valid() [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | vce_v1_0.c | 205 rdev->vce.keyselect = le32_to_cpu(sign->val[i].keyselect); in vce_v1_0_load_fw() 218 uint64_t addr = rdev->vce.gpu_addr; in vce_v1_0_resume() 254 WREG32(VCE_LMI_FW_START_KEYSEL, rdev->vce.keyselect); in vce_v1_0_resume()
|
| H A D | vce_v2_0.c | 160 uint64_t addr = rdev->vce.gpu_addr; in vce_v2_0_resume()
|
| H A D | radeon_kms.c | 532 *value = rdev->vce.fw_version; in radeon_info_ioctl() 535 *value = rdev->vce.fb_version; in radeon_info_ioctl()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_kms.c | 221 fw_info->ver = adev->vce.fw_version; in amdgpu_firmware_info() 222 fw_info->feature = adev->vce.fb_version; in amdgpu_firmware_info() 508 for (i = 0; i < adev->vce.num_rings; i++) in amdgpu_hw_ip_info() 509 if (adev->vce.ring[i].sched.ready && in amdgpu_hw_ip_info() 510 !adev->vce.ring[i].no_user_submission) in amdgpu_hw_ip_info() 1002 if (adev->vce.fw_version && in amdgpu_info_ioctl() 1003 adev->vce.fw_version < AMDGPU_VCE_FW_53_45) in amdgpu_info_ioctl() 1026 dev_info->vce_harvest_config = adev->vce.harvest_config; in amdgpu_info_ioctl()
|
| H A D | amdgpu_dev_coredump.c | 82 adev->vce.fb_version, adev->vce.fw_version); in amdgpu_devcoredump_fw_info()
|
| H A D | amdgpu.h | 1040 struct amdgpu_vce vce; member
|
| H A D | amdgpu_virt.c | 566 POPULATE_UCODE_INFO(vf2pf_info, AMD_SRIOV_UCODE_ID_VCE, adev->vce.fw_version); in amdgpu_virt_populate_vf2pf_ucode_info()
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu10_hwmgr.h | 111 uint32_t vce : 1; member
|
| H A D | smu8_hwmgr.h | 134 uint32_t vce : 1; member
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_isr.c | 2880 struct vp_ctrl_entry_24xx *vce) in qla_ctrlvp_completed() argument 2886 sp = qla2x00_get_sp_from_handle(vha, func, req, vce); in qla_ctrlvp_completed() 2890 if (vce->entry_status != 0) { in qla_ctrlvp_completed() 2893 sp->name, vce->entry_status); in qla_ctrlvp_completed() 2895 } else if (vce->comp_status != cpu_to_le16(CS_COMPLETE)) { in qla_ctrlvp_completed() 2898 sp->name, le16_to_cpu(vce->comp_status), in qla_ctrlvp_completed() 2899 le16_to_cpu(vce->vp_idx_failed)); in qla_ctrlvp_completed()
|
| H A D | qla_iocb.c | 3815 qla25xx_ctrlvp_iocb(srb_t *sp, struct vp_ctrl_entry_24xx *vce) in qla25xx_ctrlvp_iocb() argument 3819 vce->entry_type = VP_CTRL_IOCB_TYPE; in qla25xx_ctrlvp_iocb() 3820 vce->handle = sp->handle; in qla25xx_ctrlvp_iocb() 3821 vce->entry_count = 1; in qla25xx_ctrlvp_iocb() 3822 vce->command = cpu_to_le16(sp->u.iocb_cmd.u.ctrlvp.cmd); in qla25xx_ctrlvp_iocb() 3823 vce->vp_count = cpu_to_le16(1); in qla25xx_ctrlvp_iocb() 3831 vce->vp_idx_map[map] |= 1 << pos; in qla25xx_ctrlvp_iocb()
|