Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/arm/
H A Drte_cycles.c33 return RTE_ALIGN_MUL_CEIL(end_pmu_cycles - start_pmu_cycles, in get_tsc_freq_arch()
/f-stack/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()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c81 tck_nsec = RTE_ALIGN_MUL_CEIL(tim_ring->max_tout / (hbkts - 1), 10); in tim_optimze_bkt_param()
89 tck_nsec = RTE_ALIGN_MUL_CEIL((tim_ring->max_tout / (lbkts - 1)), 10); in tim_optimze_bkt_param()
111 tim_ring->tck_nsec = RTE_ALIGN_MUL_CEIL((tim_ring->max_tout / in tim_optimze_bkt_param()
276 if (NSEC2TICK(RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10), in otx2_tim_ring_create()
298 tim_ring->tck_nsec = RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10); in otx2_tim_ring_create()
/f-stack/dpdk/app/test/
H A Dtest_common.c196 val = RTE_ALIGN_MUL_CEIL(i, p); in test_align()
203 if (val % p != 0 || ((val != RTE_ALIGN_MUL_CEIL(i, p)) in test_align()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h291 #define RTE_ALIGN_MUL_CEIL(v, mul) \ macro
309 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h330 #define RTE_ALIGN_MUL_CEIL(v, mul) \ macro
348 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \
/f-stack/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()
/f-stack/dpdk/lib/librte_rcu/
H A Drte_rcu_qsbr.h70 RTE_ALIGN(RTE_ALIGN_MUL_CEIL(max_threads, \
H A Drte_rcu_qsbr.c73 v->num_elems = RTE_ALIGN_MUL_CEIL(max_threads, in rte_rcu_qsbr_init()
/f-stack/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()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.h97 ((RTE_ALIGN_MUL_CEIL(NIX_TX_NB_SEG_MAX, 3) / 3) \
H A Dotx2_ethdev.c1114 RTE_ALIGN_MUL_CEIL(nb_sqb_bufs, sqes_per_sqb) / sqes_per_sqb; in nix_alloc_sqb_pool()
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c109 nb = rte_align32pow2(RTE_ALIGN_MUL_CEIL(wsz, WINDOW_BUCKET_SIZE) / in replay_num_bucket()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c1393 return RTE_ALIGN_MUL_CEIL(sizeof(struct rte_vhost_inflight_desc_split) * in get_pervq_shm_size_split()
1401 return RTE_ALIGN_MUL_CEIL(sizeof(struct rte_vhost_inflight_desc_packed) in get_pervq_shm_size_packed()
/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_jit_arm64.c1130 ctx->stack_sz = RTE_ALIGN_MUL_CEIL(bpf->stack_sz, 16); in emit()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c213 return RTE_ALIGN_MUL_CEIL(bp->rx_nr_rings, in bnxt_rss_ctxts()
4071 rmem->nr_pages = RTE_ALIGN_MUL_CEIL(mem_size, BNXT_PAGE_SIZE) / in bnxt_alloc_ctx_mem_blk()