Home
last modified time | relevance | path

Searched refs:RTE_ALIGN_MUL_CEIL (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c86 tck_nsec = RTE_ALIGN_MUL_CEIL(timr->max_tout / (hbkts - 1), 10); in optimize_bucket_parameters()
92 tck_nsec = RTE_ALIGN_MUL_CEIL((timr->max_tout / (lbkts - 1)), 10); in optimize_bucket_parameters()
112 timr->tck_nsec = RTE_ALIGN_MUL_CEIL((timr->max_tout / in optimize_bucket_parameters()
259 timr->tck_nsec = RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10); in timvf_ring_create()
/dpdk/lib/eal/arm/
H A Drte_cycles.c33 return RTE_ALIGN_MUL_CEIL(end_pmu_cycles - start_pmu_cycles, in get_tsc_freq_arch()
/dpdk/app/test/
H A Dtest_common.c200 val = RTE_ALIGN_MUL_CEIL(i, p); in test_align()
207 if (val % p != 0 || ((val != RTE_ALIGN_MUL_CEIL(i, p)) in test_align()
/dpdk/lib/eal/include/
H A Drte_common.h375 #define RTE_ALIGN_MUL_CEIL(v, mul) \ macro
393 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_reqmgr.c211 sr->instr.irh.s.ctxl = RTE_ALIGN_MUL_CEIL(sizeof(ctx->fctx), 8) / 8; in create_se_instr()
318 nr_sgcomp = RTE_ALIGN_MUL_CEIL(sgtbl->map_bufs_cnt, 4) / 4; in create_sgcomp()
839 RTE_ALIGN_MUL_CEIL(nobjs, 64), in nitrox_sym_req_pool_create()
/dpdk/drivers/common/cnxk/
H A Droc_platform.h54 #define PLT_ALIGN_MUL_CEIL RTE_ALIGN_MUL_CEIL
/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.c111 queue_size_bytes = RTE_ALIGN_MUL_CEIL(queue_size_bytes, in bcmfs_queue_create()
H A Dbcmfs_sym_pmd.c161 RTE_ALIGN_MUL_CEIL(nobjs, 64), in bcmfs_sym_req_pool_create()
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h66 RTE_ALIGN(RTE_ALIGN_MUL_CEIL(max_threads, \
H A Drte_rcu_qsbr.c69 v->num_elems = RTE_ALIGN_MUL_CEIL(max_threads, in rte_rcu_qsbr_init()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h58 ((RTE_ALIGN_MUL_CEIL(CNXK_NIX_TX_NB_SEG_MAX, 3) / 3) + \
/dpdk/lib/ipsec/
H A Dsa.c116 nb = rte_align32pow2(RTE_ALIGN_MUL_CEIL(wsz, WINDOW_BUCKET_SIZE) / in replay_num_bucket()
/dpdk/drivers/event/cnxk/
H A Dcn10k_eventdev.c811 RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) / in cn10k_sso_txq_fc_update()
H A Dcn9k_eventdev.c1043 RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) / in cn9k_sso_txq_fc_update()
/dpdk/lib/vhost/
H A Dvhost_user.c1525 return RTE_ALIGN_MUL_CEIL(sizeof(struct rte_vhost_inflight_desc_split) * in get_pervq_shm_size_split()
1533 return RTE_ALIGN_MUL_CEIL(sizeof(struct rte_vhost_inflight_desc_packed) in get_pervq_shm_size_packed()
/dpdk/lib/bpf/
H A Dbpf_jit_arm64.c1130 ctx->stack_sz = RTE_ALIGN_MUL_CEIL(bpf->stack_sz, 16); in emit()
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c206 return RTE_ALIGN_MUL_CEIL(num_rss_rings, in bnxt_rss_ctxts()
4713 rmem->nr_pages = RTE_ALIGN_MUL_CEIL(mem_size, BNXT_PAGE_SIZE) / in bnxt_alloc_ctx_mem_blk()