Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H 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()
H 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/sws/
H A Ddr_send.c657 u32 *byte_size, in dr_get_tbl_copy_details() argument
666 *byte_size = dmn->send_ring->max_post_send_size; in dr_get_tbl_copy_details()
667 alloc_size = *byte_size; in dr_get_tbl_copy_details()
668 *num_stes = *byte_size / DR_STE_SIZE; in dr_get_tbl_copy_details()
716 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_htbl() local
724 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_htbl()
733 u32 ste_index = i * (byte_size / DR_STE_SIZE); in mlx5dr_send_postsend_htbl()
763 send_info.write.length = byte_size; in mlx5dr_send_postsend_htbl()
785 u32 byte_size = mlx5dr_icm_pool_get_chunk_byte_size(htbl->chunk); in mlx5dr_send_postsend_formatted_htbl() local
793 ret = dr_get_tbl_copy_details(dmn, htbl, &data, &byte_size, in mlx5dr_send_postsend_formatted_htbl()
[all …]
/linux/sound/hda/core/
H A Dstream.c918 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
931 byte_size, bufp); in snd_hdac_dsp_prepare()
936 azx_dev->bufsize = byte_size; in snd_hdac_dsp_prepare()
938 azx_dev->period_bytes = byte_size / 2; in snd_hdac_dsp_prepare()
/linux/scripts/gendwarfksyms/examples/
H A Dkabi.h100 #define KABI_BYTE_SIZE(fqn, value) __KABI_RULE(byte_size, fqn, value)
/linux/tools/lib/bpf/
H A Dbpf_core_read.h123 unsigned int byte_size = __CORE_RELO(s, field, BYTE_SIZE); \
131 switch (byte_size) { \
141 switch (byte_size) { \
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst263 hide the increase in structure size. The `byte_size` rule allows us to
268 - `type`: "byte_size"
277 __KABI_RULE(byte_size, fqn, value)
320 "member base_type int byte_size(4) "
323 "} byte_size(8)");
/linux/include/sound/
H A Dhdaudio.h660 unsigned int byte_size, struct snd_dma_buffer *bufp);
672 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/linux/sound/hda/common/
H A Dcontroller.c953 unsigned int byte_size, in snd_hda_codec_load_dsp_prepare() argument
972 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()