Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c431 struct bnxt_qplib_tqm_ctx *tqmctx; in bnxt_qplib_alloc_tqm_rings() local
435 tqmctx = &hctx->tqm_ctx; in bnxt_qplib_alloc_tqm_rings()
445 rc = bnxt_qplib_alloc_init_hwq(&tqmctx->pde, &hwq_attr); in bnxt_qplib_alloc_tqm_rings()
449 tqmctx->pde_level = tqmctx->pde.level; in bnxt_qplib_alloc_tqm_rings()
453 if (!tqmctx->qcount[i]) in bnxt_qplib_alloc_tqm_rings()
455 hwq_attr.depth = hctx->qp_ctx.max * tqmctx->qcount[i]; in bnxt_qplib_alloc_tqm_rings()
456 rc = bnxt_qplib_alloc_init_hwq(&tqmctx->qtbl[i], &hwq_attr); in bnxt_qplib_alloc_tqm_rings()