Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6433 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() local
6442 ctx_pg = kzalloc(sizeof(*ctx_pg) * (bp->max_q + 1), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps()
6443 if (!ctx_pg) { in bnxt_hwrm_func_backing_store_qcaps()
6448 for (i = 0; i < bp->max_q + 1; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps()
6449 ctx->tqm_mem[i] = ctx_pg; in bnxt_hwrm_func_backing_store_qcaps()
6524 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local
6539 ctx_pg = &ctx->qp_mem; in bnxt_hwrm_func_backing_store_cfg()
6540 req.qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()
6544 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
6549 ctx_pg = &ctx->srq_mem; in bnxt_hwrm_func_backing_store_cfg()
[all …]