Searched refs:ctx_pg (Results 1 – 1 of 1) sorted by relevance
2561 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; in bnxt_bs_trace_init() local2576 rmem = &ctx_pg[0].ring_mem; in bnxt_bs_trace_init()2583 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()8827 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local8851 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8852 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8856 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()8865 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8866 req->srq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8869 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()[all …]