Searched refs:max_handles (Results 1 – 8 of 8) sorted by relevance
62 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v4_2_resume()75 WREG32(UVD_GP_SCRATCH4, rdev->uvd.max_handles); in uvd_v4_2_resume()
125 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v2_2_resume()
133 (RADEON_UVD_SESSION_SIZE * rdev->uvd.max_handles)) >> 3; in uvd_v1_0_resume()
57 unsigned max_handles; member
1121 handle.uvd_max_handles = adev->uvd.max_handles; in amdgpu_info_ioctl()
990 u8 max_handles = CXL_CLEAR_EVENT_MAX_HANDLES; in cxl_clear_event_record() local991 size_t pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()999 max_handles = (cxl_mbox->payload_size - sizeof(*payload)) / in cxl_clear_event_record()1001 pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()1031 if (i == max_handles) { in cxl_clear_event_record()
867 __u8 max_handles; member
2383 if (rp->used_handles >= rp->max_handles) in send_count()2402 rp.max_handles = MESH_HANDLES_MAX; in mesh_features()2406 if (rp.max_handles) in mesh_features()2498 rp.max_handles = MESH_HANDLES_MAX; in mesh_send()2502 if (rp.max_handles <= rp.used_handles) { in mesh_send()