Searched refs:bnxt_roundup (Results 1 – 1 of 1) sorted by relevance
4176 #define bnxt_roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro4248 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()