Searched refs:comp_max_size (Results 1 – 2 of 2) sorted by relevance
215 u32 comp_max_size; in mlxfw_flash_component() local225 &comp_max_size, &comp_align_bits, in mlxfw_flash_component()232 comp_max_size = min_t(u32, comp_max_size, MLXFW_FSM_MAX_COMPONENT_SIZE); in mlxfw_flash_component()233 if (comp->data_size > comp_max_size) { in mlxfw_flash_component()
129 u32 comp_max_size; member320 if (comp_frame_size > ctx->comp_max_size) in device_process()616 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()1582 ctx->comp_max_size = total_planes_size; in vicodec_start_streaming()1599 new_comp_frame = kvmalloc(ctx->comp_max_size, GFP_KERNEL); in vicodec_start_streaming()1612 if (ctx->comp_size > ctx->comp_max_size) in vicodec_start_streaming()1613 ctx->comp_size = ctx->comp_max_size; in vicodec_start_streaming()1662 ctx->comp_max_size = 0; in vicodec_stop_streaming()