Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c387 u32 *byte_size, in dr_get_tbl_copy_details() argument
393 if (htbl->chunk->byte_size > dmn->send_ring->max_post_send_size) { in dr_get_tbl_copy_details()
394 *iterations = htbl->chunk->byte_size / in dr_get_tbl_copy_details()
396 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
397 alloc_size = *byte_size; in dr_get_tbl_copy_details()
398 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
444 u32 byte_size = htbl->chunk->byte_size; in mlx5dr_send_postsend_htbl() local
452 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl()
459 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl()
484 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl()
[all …]
Ddr_icm_pool.c253 chunk->byte_size = chunk->num_of_entries * bucket->entry_size; in dr_icm_chunks_create()
Ddr_types.h793 u32 byte_size; member
Ddr_action.c933 action->rewrite.chunk->byte_size = i * sizeof(*ops); in dr_actions_l2_rewrite()
/drivers/oprofile/
Dcpu_buffer.c69 unsigned long byte_size = buffer_size * (sizeof(struct op_sample) + in alloc_cpu_buffers() local
72 op_ring_buffer = ring_buffer_alloc(byte_size, OP_BUFFER_FLAGS); in alloc_cpu_buffers()