Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h205 session->bytes_count += dma_len; in mlx5e_xdp_mpwqe_add_dseg()
H A Dxdp.c398 .bytes_count = 0, in mlx5e_xdp_mpwqe_session_start()
/linux/sound/soc/
H A Dsoc-topology.c1111 int bytes_count = 0; in soc_tplg_dapm_widget_create()
1199 kc[i].index = bytes_count; in soc_tplg_dapm_widget_create()
1201 bytes_count++; in soc_tplg_dapm_widget_create()
1218 w->name, mixer_count, enum_count, bytes_count); in soc_tplg_dapm_widget_create()
1107 int bytes_count = 0; soc_tplg_dapm_widget_create() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den.h404 u32 bytes_count; member
/linux/fs/ceph/
H A Dmds_client.c2677 u64 bytes_count; in ceph_alloc_readdir_reply_buffer() local
2686 bytes_count = (u64)size * num_entries; in ceph_alloc_readdir_reply_buffer()
2687 if (unlikely(bytes_count > ULONG_MAX)) in ceph_alloc_readdir_reply_buffer()
2688 bytes_count = ULONG_MAX; in ceph_alloc_readdir_reply_buffer()
2690 order = get_order((unsigned long)bytes_count); in ceph_alloc_readdir_reply_buffer()