Searched refs:ctx_arr (Results 1 – 8 of 8) sorted by relevance
269 ctx->ctx_arr[last_type].last = 1; in bnge_backing_store_cfg()272 ctxm = &ctx->ctx_arr[type]; in bnge_backing_store_cfg()342 ctxm = &ctx->ctx_arr[BNGE_CTX_QP]; in bnge_alloc_ctx_mem()347 ctxm = &ctx->ctx_arr[BNGE_CTX_SRQ]; in bnge_alloc_ctx_mem()361 ctxm = &ctx->ctx_arr[BNGE_CTX_QP]; in bnge_alloc_ctx_mem()367 ctxm = &ctx->ctx_arr[BNGE_CTX_SRQ]; in bnge_alloc_ctx_mem()372 ctxm = &ctx->ctx_arr[BNGE_CTX_CQ]; in bnge_alloc_ctx_mem()378 ctxm = &ctx->ctx_arr[BNGE_CTX_VNIC]; in bnge_alloc_ctx_mem()383 ctxm = &ctx->ctx_arr[BNGE_CTX_STAT]; in bnge_alloc_ctx_mem()391 ctxm = &ctx->ctx_arr[BNGE_CTX_MRAV]; in bnge_alloc_ctx_mem()[all …]
180 struct bnge_ctx_mem_type ctx_arr[BNGE_CTX_V2_MAX]; member
235 struct bnge_ctx_mem_type *ctxm = &ctx->ctx_arr[type]; in bnge_alloc_all_ctx_pg_info()278 struct bnge_ctx_mem_type *ctxm = &ctx->ctx_arr[type]; in bnge_hwrm_func_backing_store_qcaps()
832 if (cp->ctx_arr[i].ctx) { in cnic_free_context()834 cp->ctx_arr[i].ctx, in cnic_free_context()835 cp->ctx_arr[i].mapping); in cnic_free_context()836 cp->ctx_arr[i].ctx = NULL; in cnic_free_context()891 kfree(cp->ctx_arr); in cnic_free_resc()892 cp->ctx_arr = NULL; in cnic_free_resc()921 if (cp->ctx_arr == NULL) in cnic_alloc_context()937 cp->ctx_arr[k].cid = j; in cnic_alloc_context()947 cp->ctx_arr[i].ctx = in cnic_alloc_context()1212 if (cp->ctx_arr == NULL) in cnic_alloc_bnx2x_context()[all …]
302 struct cnic_ctx *ctx_arr; member
8687 ctxm = &ctx->ctx_arr[BNXT_CTX_QP]; in bnxt_hwrm_func_backing_store_qcaps()8703 ctxm = &ctx->ctx_arr[BNXT_CTX_CQ]; in bnxt_hwrm_func_backing_store_qcaps()8820 ctxm = &ctx->ctx_arr[BNXT_CTX_QP]; in bnxt_hwrm_func_backing_store_cfg()8844 ctxm = &ctx->ctx_arr[BNXT_CTX_CQ]; in bnxt_hwrm_func_backing_store_cfg()9150 ctxm = &ctx->ctx_arr[type]; in bnxt_backing_store_cfg_v2()9174 ctx->ctx_arr[last_type].last = 1; in bnxt_backing_store_cfg_v2()9177 ctxm = &ctx->ctx_arr[type]; in bnxt_backing_store_cfg_v2()9299 ctxm = &ctx->ctx_arr[BNXT_CTX_QP]; in bnxt_alloc_ctx_mem()9304 ctxm = &ctx->ctx_arr[BNXT_CTX_SRQ]; in bnxt_alloc_ctx_mem()9326 ctxm = &ctx->ctx_arr[BNXT_CTX_QP]; in bnxt_alloc_ctx_mem()[all …]
363 struct bnxt_ctx_mem_type *ctxm = &ctx->ctx_arr[type]; in bnxt_get_ctx_coredump()
1982 struct bnxt_ctx_mem_type ctx_arr[BNXT_CTX_V2_MAX]; member
Completed in 64 milliseconds