Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dmemswap.c6 void mem_bswap_32(void *src, int byte_size) in mem_bswap_32() argument
9 while (byte_size > 0) { in mem_bswap_32()
11 byte_size -= sizeof(u32); in mem_bswap_32()
16 void mem_bswap_64(void *src, int byte_size) in mem_bswap_64() argument
20 while (byte_size > 0) { in mem_bswap_64()
22 byte_size -= sizeof(u64); in mem_bswap_64()
Dmemswap.h12 void mem_bswap_64(void *src, int byte_size);
13 void mem_bswap_32(void *src, int byte_size);
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_send.c386 u32 *byte_size, in dr_get_tbl_copy_details() argument
392 if (htbl->chunk->byte_size > dmn->send_ring->max_post_send_size) { in dr_get_tbl_copy_details()
393 *iterations = htbl->chunk->byte_size / in dr_get_tbl_copy_details()
395 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
396 alloc_size = *byte_size; in dr_get_tbl_copy_details()
397 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
443 u32 byte_size = htbl->chunk->byte_size; in mlx5dr_send_postsend_htbl() local
451 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl()
458 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl()
483 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.h791 u32 byte_size; member
Ddr_action.c933 action->rewrite.chunk->byte_size = i * sizeof(*ops); in dr_actions_l2_rewrite()
/Linux-v5.4/sound/hda/
Dhdac_stream.c663 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
680 byte_size, bufp); in snd_hdac_dsp_prepare()
685 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare()
686 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
697 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare()
/Linux-v5.4/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()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-sst-dsp.h161 unsigned int byte_size,
/Linux-v5.4/include/sound/
Dhdaudio.h576 unsigned int byte_size, struct snd_dma_buffer *bufp);
588 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c1023 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument
1042 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()