Searched refs:act_size (Results 1 – 4 of 4) sorted by relevance
36 size_t act_size = sizeof(struct nfp_fl_push_mpls); in nfp_fl_push_mpls() local40 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() local70 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() local82 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() local110 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() local122 push_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ; in nfp_fl_push_vlan()[all …]
358 u64 act_size; in handle_alloc_dm_sw_icm() local392 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()
86 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()447 if (core->res->act_size) { in vpu_inst_register()448 inst->act.phys = core->act.phys + core->res->act_size * inst->id; in vpu_inst_register()449 inst->act.virt = core->act.virt + core->res->act_size * inst->id; in vpu_inst_register()450 inst->act.length = core->res->act_size; in vpu_inst_register()841 .act_size = 0xc0000,
110 u32 act_size; member