Searched refs:ctx_pg (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c8198 struct bnxt_ctx_pg_info *ctx_pg; local
8222 ctx_pg = ctxm->pg_info;
8223 req->qp_num_entries = cpu_to_le32(ctx_pg->entries);
8227 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem,
8236 ctx_pg = ctxm->pg_info;
8237 req->srq_num_entries = cpu_to_le32(ctx_pg->entries);
8240 bnxt_hwrm_set_pg_attr(&ctx_pg->ring_mem,
8246 ctx_pg = ctxm->pg_info;
8247 req->cq_num_entries = cpu_to_le32(ctx_pg->entries);
8250 bnxt_hwrm_set_pg_attr(&ctx_pg
8324 bnxt_alloc_ctx_mem_blk(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) argument
8338 bnxt_alloc_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg, u32 mem_size, u8 depth, struct bnxt_ctx_mem_type *ctxm) argument
8399 bnxt_free_ctx_pg_tbls(struct bnxt *bp, struct bnxt_ctx_pg_info *ctx_pg) argument
8432 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; local
8479 struct bnxt_ctx_pg_info *ctx_pg; local
8536 struct bnxt_ctx_pg_info *ctx_pg = ctxm->pg_info; local
[all...]

Completed in 113 milliseconds