Home
last modified time | relevance | path

Searched refs:tqm_rings (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6852 int i, tqm_rings; in bnxt_hwrm_func_backing_store_qcaps() local
6897 tqm_rings = ctx->tqm_fp_rings_count + BNXT_MAX_TQM_SP_RINGS; in bnxt_hwrm_func_backing_store_qcaps()
6898 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps()
6904 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c7072 int i, tqm_rings; in bnxt_hwrm_func_backing_store_qcaps() local
7119 tqm_rings = ctx->tqm_fp_rings_count + BNXT_MAX_TQM_SP_RINGS; in bnxt_hwrm_func_backing_store_qcaps()
7120 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps()
7126 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps()

Completed in 44 milliseconds