Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h458 uint8_t tqm_fp_rings_count; member
H A Dbnxt_hwrm.c5078 ctx->tqm_fp_rings_count = resp->tqm_fp_rings_count; in bnxt_hwrm_func_backing_store_qcaps()
5080 if (!ctx->tqm_fp_rings_count) in bnxt_hwrm_func_backing_store_qcaps()
5081 ctx->tqm_fp_rings_count = bp->max_q; in bnxt_hwrm_func_backing_store_qcaps()
5083 tqm_rings = ctx->tqm_fp_rings_count + 1; in bnxt_hwrm_func_backing_store_qcaps()
H A Dbnxt_ethdev.c4167 for (i = 0; i < bp->ctx->tqm_fp_rings_count + 1; i++) { in bnxt_free_ctx_mem()
4254 for (i = 0, ena = 0; i < ctx->tqm_fp_rings_count + 1; i++) { in bnxt_alloc_ctx_mem()
H A Dhsi_struct_def_dpdk.h13936 uint8_t tqm_fp_rings_count; member