Searched refs:byte_size (Results 1 – 5 of 5) sorted by relevance
387 u32 *byte_size, in dr_get_tbl_copy_details() argument393 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() local452 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 …]
253 chunk->byte_size = chunk->num_of_entries * bucket->entry_size; in dr_icm_chunks_create()
793 u32 byte_size; member
933 action->rewrite.chunk->byte_size = i * sizeof(*ops); in dr_actions_l2_rewrite()
69 unsigned long byte_size = buffer_size * (sizeof(struct op_sample) + in alloc_cpu_buffers() local72 op_ring_buffer = ring_buffer_alloc(byte_size, OP_BUFFER_FLAGS); in alloc_cpu_buffers()