Home
last modified time | relevance | path

Searched refs:size_get (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c35 unsigned int size_get = 0, size_put = 0; in ia_css_yuv444_io_config() local
40 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_yuv444_io_config()
44 if (size_get) { in ia_css_yuv444_io_config()
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c35 unsigned int size_get = 0, size_put = 0; in ia_css_bayer_io_config() local
40 size_get = binary->info->mem_offsets.offsets.param->dmem.get.size; in ia_css_bayer_io_config()
44 if (size_get) { in ia_css_bayer_io_config()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c1382 size_t s, offset = 0, size_get; in virtio_net_handle_rss() local
1399 size_get = offsetof(struct virtio_net_rss_config, indirection_table); in virtio_net_handle_rss()
1400 s = iov_to_buf(iov, iov_cnt, offset, &cfg, size_get); in virtio_net_handle_rss()
1401 if (s != size_get) { in virtio_net_handle_rss()
1430 offset += size_get; in virtio_net_handle_rss()
1431 size_get = sizeof(uint16_t) * n->rss_data.indirections_len; in virtio_net_handle_rss()
1433 n->rss_data.indirections_table = g_malloc(size_get); in virtio_net_handle_rss()
1440 n->rss_data.indirections_table, size_get); in virtio_net_handle_rss()
1441 if (s != size_get) { in virtio_net_handle_rss()
1450 offset += size_get; in virtio_net_handle_rss()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c291 .size_get = mlxsw_sp_dpipe_table_erif_size_get,
742 .size_get = mlxsw_sp_dpipe_table_host4_size_get,
819 .size_get = mlxsw_sp_dpipe_table_host6_size_get,
1224 .size_get = mlxsw_sp_dpipe_table_adj_size_get,
/openbmc/linux/net/devlink/
H A Ddpipe.c162 table_size = table->table_ops->size_get(table->priv); in devlink_dpipe_table_put()
849 if (WARN_ON(!table_ops->size_get)) in devl_dpipe_table_register()
/openbmc/linux/include/net/
H A Ddevlink.h374 u64 (*size_get)(void *priv); member