Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A 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()
A Dmemswap.h12 void mem_bswap_64(void *src, int byte_size);
13 void mem_bswap_32(void *src, int byte_size);
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_send.c406 u32 *byte_size, in dr_get_tbl_copy_details() argument
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
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()
533 u32 byte_size = htbl->chunk->byte_size; in mlx5dr_send_postsend_formatted_htbl() local
564 u8 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_formatted_htbl()
[all …]
A Ddr_icm_pool.c183 buddy->used_memory -= chunk->byte_size; in dr_icm_chunk_destroy()
261 chunk->byte_size = in dr_icm_chunk_create()
272 buddy_mem_pool->used_memory += chunk->byte_size; in dr_icm_chunk_create()
311 pool->hot_memory_size -= chunk->byte_size; in dr_icm_pool_sync_all_buddy_pools()
409 pool->hot_memory_size += chunk->byte_size; in mlx5dr_icm_free_chunk()
A Ddr_types.h1016 u32 byte_size; member
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
A 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()
/linux/sound/hda/
A Dhdac_stream.c681 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
698 byte_size, bufp); in snd_hdac_dsp_prepare()
703 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare()
704 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
715 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare()
/linux/sound/soc/intel/skylake/
A Dskl-sst-dsp.h163 unsigned int byte_size,
/linux/include/sound/
A Dhdaudio.h610 unsigned int byte_size, struct snd_dma_buffer *bufp);
622 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/linux/sound/pci/hda/
A Dhda_controller.c957 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument
976 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()

Completed in 27 milliseconds