Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c4176 #define bnxt_roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
4248 entries_sp = bnxt_roundup(entries_sp, ctx->tqm_entries_multiple); in bnxt_alloc_ctx_mem()
4251 entries = bnxt_roundup(entries, ctx->tqm_entries_multiple); in bnxt_alloc_ctx_mem()