Searched refs:max_handles (Results 1 – 6 of 6) 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()
57 unsigned max_handles; member
998 u8 max_handles = CXL_CLEAR_EVENT_MAX_HANDLES; in cxl_clear_event_record() local999 size_t pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()1007 max_handles = (cxl_mbox->payload_size - sizeof(*payload)) / in cxl_clear_event_record()1009 pl_size = struct_size(payload, handles, max_handles); in cxl_clear_event_record()1039 if (i == max_handles) { in cxl_clear_event_record()
867 __u8 max_handles; member
2382 if (rp->used_handles >= rp->max_handles) in send_count()2401 rp.max_handles = MESH_HANDLES_MAX; in mesh_features()2405 if (rp.max_handles) in mesh_features()2505 rp.max_handles = MESH_HANDLES_MAX; in mesh_send()2509 if (rp.max_handles <= rp.used_handles) { in mesh_send()