Searched refs:ctx_pg (Results 1 – 1 of 1) sorted by relevance
2594 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; in bnxt_bs_trace_init() local2609 rmem = &ctx_pg[0].ring_mem; in bnxt_bs_trace_init()2616 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()8983 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local9007 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()9008 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()9012 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()9021 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()9022 req->srq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()9025 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()[all …]