Searched refs:ctx_pg (Results 1 – 1 of 1) sorted by relevance
8437 struct bnxt_ctx_pg_info *ctx_pg; in bnxt_hwrm_func_backing_store_cfg() local8461 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8462 req->qp_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8466 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()8475 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8476 req->srq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8479 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()8485 ctx_pg = ctxm->pg_info; in bnxt_hwrm_func_backing_store_cfg()8486 req->cq_num_entries = cpu_to_le32(ctx_pg->entries); in bnxt_hwrm_func_backing_store_cfg()8489 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem, in bnxt_hwrm_func_backing_store_cfg()[all …]