Searched refs:max_chunks (Results 1 – 8 of 8) sorted by relevance
| /drivers/crypto/intel/qat/qat_common/ |
| A D | icp_qat_uclo.h | 259 unsigned short max_chunks; member 274 short max_chunks; member 519 unsigned short max_chunks; member 545 unsigned short max_chunks; member 561 unsigned short max_chunks; member
|
| /drivers/gpu/drm/panthor/ |
| A D | panthor_heap.c | 63 u32 max_chunks; member 276 u32 max_chunks, in panthor_heap_create() argument 290 if (initial_chunk_count > max_chunks) in panthor_heap_create() 314 heap->max_chunks = max_chunks; in panthor_heap_create() 459 heap->chunk_count >= heap->max_chunks) { in panthor_heap_grow()
|
| A D | panthor_heap.h | 16 u32 max_chunks,
|
| A D | panthor_drv.c | 1149 args->max_chunks, in panthor_ioctl_tiler_heap_create()
|
| /drivers/gpu/drm/xe/ |
| A D | xe_gt_sriov_pf_service.c | 303 u32 limit, start, max_chunks; in pf_process_runtime_query_msg() local 322 max_chunks = (resp_size - VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN) / chunk_size; in pf_process_runtime_query_msg() 323 limit = limit == VF2PF_QUERY_RUNTIME_NO_LIMIT ? max_chunks : min_t(u32, max_chunks, limit); in pf_process_runtime_query_msg()
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_acl_bloom_filter.c | 249 char *output, u8 *len, u8 max_chunks, u8 pad_bytes, in __mlxsw_sp_acl_bf_key_encode() argument 262 for (chunk_index = max_chunks - chunk_count; chunk_index < max_chunks; in __mlxsw_sp_acl_bf_key_encode()
|
| /drivers/virt/vboxguest/ |
| A D | vboxguest_core.h | 46 u32 max_chunks; member
|
| A D | vboxguest_core.c | 379 if (!gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 386 gdev->mem_balloon.max_chunks = req->phys_mem_chunks; in vbg_balloon_work() 390 if (chunks > gdev->mem_balloon.max_chunks) { in vbg_balloon_work() 392 __func__, chunks, gdev->mem_balloon.max_chunks); in vbg_balloon_work()
|
Completed in 34 milliseconds