Searched refs:ctx_pg (Results 1 – 2 of 2) sorted by relevance
2600 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; in bnxt_bs_trace_init() local2615 rmem = &ctx_pg[0].ring_mem; in bnxt_bs_trace_init()2622 rmem_pg_tbl = &ctx_pg[0].ctx_pg_tbl[last_pg_dir]->ring_mem; in bnxt_bs_trace_init()8999 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local9023 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()9024 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()9028 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()9037 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()9038 req->srq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()9041 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()[all …]
388 struct bnge_ctx_pg_info *ctx_pg; in bnge_hwrm_func_backing_store() local393 ctx_pg = &ctxm->pg_info[j++]; in bnge_hwrm_func_backing_store()394 if (!ctx_pg->entries) in bnge_hwrm_func_backing_store()396 req->num_entries = cpu_to_le32(ctx_pg->entries); in bnge_hwrm_func_backing_store()397 bnge_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnge_hwrm_func_backing_store()