Searched refs:ctx_pg (Results 1 – 1 of 1) sorted by relevance
2498 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; in bnxt_bs_trace_init() local2513 rmem = &ctx_pg[0].ring_mem; in bnxt_bs_trace_init()2520 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()8675 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local8699 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8700 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8704 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()8713 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8714 req->srq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8717 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()[all …]