Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c7054 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_qcaps() local
7104 ctx_pg = kcalloc(tqm_rings, sizeof(*ctx_pg), GFP_KERNEL); in bnxt_hwrm_func_backing_store_qcaps()
7105 if (!ctx_pg) { in bnxt_hwrm_func_backing_store_qcaps()
7110 for (i = 0; i < tqm_rings; i++, ctx_pg++) in bnxt_hwrm_func_backing_store_qcaps()
7111 ctx->tqm_mem[i] = ctx_pg; in bnxt_hwrm_func_backing_store_qcaps()
7150 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local
7172 ctx_pg = &ctx->qp_mem; in bnxt_hwrm_func_backing_store_cfg()
7173 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()
7177 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()
7182 ctx_pg = &ctx->srq_mem; in bnxt_hwrm_func_backing_store_cfg()
[all …]