| /f-stack/dpdk/lib/librte_eal/arm/ |
| H A D | rte_cycles.c | 33 return RTE_ALIGN_MUL_CEIL(end_pmu_cycles - start_pmu_cycles, in get_tsc_freq_arch()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 86 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 D | otx2_tim_evdev.c | 81 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 D | test_common.c | 196 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 D | rte_common.h | 291 #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 D | rte_common.h | 330 #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 D | nitrox_sym_reqmgr.c | 211 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 D | rte_rcu_qsbr.h | 70 RTE_ALIGN(RTE_ALIGN_MUL_CEIL(max_threads, \
|
| H A D | rte_rcu_qsbr.c | 73 v->num_elems = RTE_ALIGN_MUL_CEIL(max_threads, in rte_rcu_qsbr_init()
|
| /f-stack/dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_qp.c | 111 queue_size_bytes = RTE_ALIGN_MUL_CEIL(queue_size_bytes, in bcmfs_queue_create()
|
| H A D | bcmfs_sym_pmd.c | 161 RTE_ALIGN_MUL_CEIL(nobjs, 64), in bcmfs_sym_req_pool_create()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.h | 97 ((RTE_ALIGN_MUL_CEIL(NIX_TX_NB_SEG_MAX, 3) / 3) \
|
| H A D | otx2_ethdev.c | 1114 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 D | sa.c | 109 nb = rte_align32pow2(RTE_ALIGN_MUL_CEIL(wsz, WINDOW_BUCKET_SIZE) / in replay_num_bucket()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 1393 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 D | bpf_jit_arm64.c | 1130 ctx->stack_sz = RTE_ALIGN_MUL_CEIL(bpf->stack_sz, 16); in emit()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 213 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()
|