Searched refs:RTE_ALIGN_MUL_CEIL (Results 1 – 17 of 17) sorted by relevance
| /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()
|
| /dpdk/lib/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()
|
| /dpdk/app/test/ |
| H A D | test_common.c | 200 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 D | rte_common.h | 375 #define RTE_ALIGN_MUL_CEIL(v, mul) \ macro 393 typeof(v) ceil = RTE_ALIGN_MUL_CEIL(v, mul); \
|
| /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()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 54 #define PLT_ALIGN_MUL_CEIL RTE_ALIGN_MUL_CEIL
|
| /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()
|
| /dpdk/lib/rcu/ |
| H A D | rte_rcu_qsbr.h | 66 RTE_ALIGN(RTE_ALIGN_MUL_CEIL(max_threads, \
|
| H A D | rte_rcu_qsbr.c | 69 v->num_elems = RTE_ALIGN_MUL_CEIL(max_threads, in rte_rcu_qsbr_init()
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.h | 58 ((RTE_ALIGN_MUL_CEIL(CNXK_NIX_TX_NB_SEG_MAX, 3) / 3) + \
|
| /dpdk/lib/ipsec/ |
| H A D | sa.c | 116 nb = rte_align32pow2(RTE_ALIGN_MUL_CEIL(wsz, WINDOW_BUCKET_SIZE) / in replay_num_bucket()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_eventdev.c | 811 RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) / in cn10k_sso_txq_fc_update()
|
| H A D | cn9k_eventdev.c | 1043 RTE_ALIGN_MUL_CEIL(sq->nb_sqb_bufs, sqes_per_sqb) / in cn9k_sso_txq_fc_update()
|
| /dpdk/lib/vhost/ |
| H A D | vhost_user.c | 1525 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 D | bpf_jit_arm64.c | 1130 ctx->stack_sz = RTE_ALIGN_MUL_CEIL(bpf->stack_sz, 16); in emit()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 206 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()
|