Searched refs:tqmctx (Results 1 – 1 of 1) sorted by relevance
395 struct bnxt_qplib_tqm_ctx *tqmctx; in bnxt_qplib_alloc_tqm_rings() local399 tqmctx = &ctx->tqm_ctx; in bnxt_qplib_alloc_tqm_rings()409 rc = bnxt_qplib_alloc_init_hwq(&tqmctx->pde, &hwq_attr); in bnxt_qplib_alloc_tqm_rings()413 tqmctx->pde_level = tqmctx->pde.level; in bnxt_qplib_alloc_tqm_rings()417 if (!tqmctx->qcount[i]) in bnxt_qplib_alloc_tqm_rings()419 hwq_attr.depth = ctx->qpc_count * tqmctx->qcount[i]; in bnxt_qplib_alloc_tqm_rings()420 rc = bnxt_qplib_alloc_init_hwq(&tqmctx->qtbl[i], &hwq_attr); in bnxt_qplib_alloc_tqm_rings()
Completed in 3 milliseconds