Searched refs:ROUNDUP (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/lib/librte_fib/ |
| H A D | dir24_8.c | 30 #define ROUNDUP(x, y) RTE_ALIGN_CEIL(x, (1 << (32 - y))) macro 275 ((redge & DIR24_8_TBL24_MASK) - ROUNDUP(ledge, 24)) >> 8; in install_to_fib() 278 if ((ROUNDUP(ledge, 24) - ledge) != 0) { in install_to_fib() 310 dp->nh_sz, ROUNDUP(ledge, 24) - ledge); in install_to_fib() 313 write_to_fib(get_tbl24_p(dp, ROUNDUP(ledge, 24), dp->nh_sz), in install_to_fib()
|
| /f-stack/freebsd/sys/ |
| H A D | gmon.h | 152 #define ROUNDUP(x,y) roundup(x,y) macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_prof.c | 94 np.highpc = ROUNDUP(nhighpc, HISTFRACTION * sizeof(HISTCOUNTER)); in kmupetext() 162 p->highpc = ROUNDUP((u_long)etext, HISTFRACTION * sizeof(HISTCOUNTER)); in kmstartup()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_cxt.c | 185 iids->pf_cids = ROUNDUP(iids->pf_cids, TM_ALIGN); in ecore_cxt_tm_iids() 186 iids->per_vf_cids = ROUNDUP(iids->per_vf_cids, TM_ALIGN); in ecore_cxt_tm_iids() 187 iids->per_vf_tids = ROUNDUP(iids->per_vf_tids, TM_ALIGN); in ecore_cxt_tm_iids() 190 iids->pf_tids[j] = ROUNDUP(iids->pf_tids[j], TM_ALIGN); in ecore_cxt_tm_iids() 267 p_conn->cid_count = ROUNDUP(cid_count, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count() 268 p_conn->cids_per_vf = ROUNDUP(vf_cid_cnt, DQ_RANGE_ALIGN); in ecore_cxt_set_proto_cid_count()
|
| H A D | bcm_osal.h | 400 #define ROUNDUP(value, to_what) RTE_ROUNDUP((value), (to_what)) macro
|
| H A D | ecore_dev.c | 3269 norm_regsize = ROUNDUP(ECORE_PF_DEMS_SIZE * norm_region_conn, in ecore_hw_init_pf_doorbell_bar()
|