Home
last modified time | relevance | path

Searched refs:act_size (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c36 size_t act_size = sizeof(struct nfp_fl_push_mpls); in nfp_fl_push_mpls() local
40 push_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_mpls()
67 size_t act_size = sizeof(struct nfp_fl_pop_mpls); in nfp_fl_pop_mpls() local
70 pop_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_mpls()
78 size_t act_size = sizeof(struct nfp_fl_set_mpls); in nfp_fl_set_mpls() local
82 set_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_set_mpls()
107 size_t act_size = sizeof(struct nfp_fl_pop_vlan); in nfp_fl_pop_vlan() local
110 pop_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_pop_vlan()
118 size_t act_size = sizeof(struct nfp_fl_push_vlan); in nfp_fl_push_vlan() local
122 push_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_vlan()
[all …]
/openbmc/qemu/audio/
H A Ddsoundaudio.c456 DWORD act_size; in dsound_get_buffer_out() local
465 &act_size, NULL, false, ds->s); in dsound_get_buffer_out()
472 *size = act_size; in dsound_get_buffer_out()
542 DWORD rpos, act_size; in dsound_get_buffer_in() local
568 &act_size, NULL, false, ds->s); in dsound_get_buffer_in()
575 *size = act_size; in dsound_get_buffer_in()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c133 uint32_t act_size = 256 << (readl(MMC_BASE + 0x04) & 0x3); in board_add_ram_info() local
141 printf(" (capacity:%d MiB, VGA:%d MiB, ECC:%s", act_size, in board_add_ram_info()
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dboard_common.c212 u32 act_size = ast_sdmc_get_mem_size() >> 20; in board_add_ram_info() local
217 printf(" (capacity:%d MiB, VGA:%d MiB, ECC:%s", act_size, vga_rsvd, in board_add_ram_info()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Ddm.c358 u64 act_size; in handle_alloc_dm_sw_icm() local
392 act_size = round_up(attr->length, MLX5_SW_ICM_BLOCK_SIZE(dev)); in handle_alloc_dm_sw_icm()
393 act_size = roundup_pow_of_two(act_size); in handle_alloc_dm_sw_icm()
395 dm->base.size = act_size; in handle_alloc_dm_sw_icm()
398 err = mlx5_dm_sw_icm_alloc(dev, icm_type, act_size, attr->alignment, in handle_alloc_dm_sw_icm()
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_core.c86 if (core->res->act_size) { in vpu_core_boot_done()
87 u32 count = core->act.length / core->res->act_size; in vpu_core_boot_done()
449 if (core->res->act_size) { in vpu_inst_register()
450 inst->act.phys = core->act.phys + core->res->act_size * inst->id; in vpu_inst_register()
451 inst->act.virt = core->act.virt + core->res->act_size * inst->id; in vpu_inst_register()
452 inst->act.length = core->res->act_size; in vpu_inst_register()
841 .act_size = 0xc0000,
H A Dvpu.h112 u32 act_size; member