Home
last modified time | relevance | path

Searched refs:comp_max_size (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_fsm.c214 u32 comp_max_size; in mlxfw_flash_component() local
224 &comp_max_size, &comp_align_bits, in mlxfw_flash_component()
231 if (comp->data_size > comp_max_size) { in mlxfw_flash_component()
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c131 u32 comp_max_size; member
322 if (comp_frame_size > ctx->comp_max_size) in device_process()
613 * resolution so its size might be larger than ctx->comp_max_size. in job_ready()
618 max_to_copy = min(comp_frame_size, ctx->comp_max_size); in job_ready()
1584 ctx->comp_max_size = total_planes_size; in vicodec_start_streaming()
1601 new_comp_frame = kvmalloc(ctx->comp_max_size, GFP_KERNEL); in vicodec_start_streaming()
1614 if (ctx->comp_size > ctx->comp_max_size) in vicodec_start_streaming()
1615 ctx->comp_size = ctx->comp_max_size; in vicodec_start_streaming()
1664 ctx->comp_max_size = 0; in vicodec_stop_streaming()