Home
last modified time | relevance | path

Searched refs:byte_size (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c406 u32 *byte_size, in dr_get_tbl_copy_details() argument
412 if (htbl->chunk->byte_size > dmn->send_ring->max_post_send_size) { in dr_get_tbl_copy_details()
413 *iterations = htbl->chunk->byte_size / in dr_get_tbl_copy_details()
415 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
416 alloc_size = *byte_size; in dr_get_tbl_copy_details()
417 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
465 u32 byte_size = htbl->chunk->byte_size; in mlx5dr_send_postsend_htbl() local
473 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl()
482 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl()
511 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl()
[all …]
Ddr_icm_pool.c180 buddy->used_memory -= chunk->byte_size; in dr_icm_chunk_destroy()
307 chunk->byte_size = in dr_icm_chunk_create()
315 buddy_mem_pool->used_memory += chunk->byte_size; in dr_icm_chunk_create()
353 pool->hot_memory_size -= chunk->byte_size; in dr_icm_pool_sync_all_buddy_pools()
451 pool->hot_memory_size += chunk->byte_size; in mlx5dr_icm_free_chunk()
Ddr_types.h1025 u32 byte_size; member
/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_log.c33 byte_size = 3, in mod_hdcp_dump_binary_message() local
38 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + in mod_hdcp_dump_binary_message()
39 byte_size * trailing_bytes + newline_size + terminator_size; in mod_hdcp_dump_binary_message()
48 buf_pos += byte_size; in mod_hdcp_dump_binary_message()