Searched refs:ctx_tbl (Results 1 – 6 of 6) sorted by relevance
704 struct hinic_rss_context_tbl *ctx_tbl; in hinic_set_rss_type() local739 ctx_tbl->offset = 0; in hinic_set_rss_type()740 ctx_tbl->size = sizeof(u32); in hinic_set_rss_type()741 ctx_tbl->size = cpu_to_be32(ctx_tbl->size); in hinic_set_rss_type()742 ctx_tbl->rsvd = 0; in hinic_set_rss_type()743 ctx_tbl->ctx = cpu_to_be32(ctx); in hinic_set_rss_type()766 u16 out_size = sizeof(ctx_tbl); in hinic_get_rss_type()778 ctx_tbl.template_id = tmpl_idx; in hinic_get_rss_type()781 &ctx_tbl, sizeof(ctx_tbl), in hinic_get_rss_type()782 &ctx_tbl, &out_size); in hinic_get_rss_type()[all …]
306 if (!cp->ctx_tbl) in cnic_get_l5_cid()310 if (cp->ctx_tbl[i].cid == cid) { in cnic_get_l5_cid()901 kfree(cp->ctx_tbl); in cnic_free_resc()902 cp->ctx_tbl = NULL; in cnic_free_resc()1263 if (!cp->ctx_tbl) in cnic_alloc_bnx2x_resc()1272 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_FCOE; in cnic_alloc_bnx2x_resc()1905 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_iscsi_ofld1()2370 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_fcoe_ofld1()2508 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_fcoe_destroy()3588 if (cp->ctx_tbl) { in cnic_cm_create()[all …]
280 struct cnic_context *ctx_tbl; member
104 if (cfg->ctx_tbl[i]) { in cxlflash_stop_term_user_contexts()178 ctxi = cfg->ctx_tbl[ctxid]; in get_context()870 cfg->ctx_tbl[ctxid] = NULL; in remove_context()1242 ctxi = cfg->ctx_tbl[i]; in cxlflash_mark_contexts_error()1245 cfg->ctx_tbl[i] = NULL; in cxlflash_mark_contexts_error()1462 cfg->ctx_tbl[ctxid] = ctxi; in cxlflash_disk_attach()1602 cfg->ctx_tbl[ctxid] = ctxi; in recover_context()
137 struct ctx_info *ctx_tbl[MAX_CONTEXT]; member
290 struct bnxt_re_gid_ctx *ctx, **ctx_tbl; in bnxt_re_del_gid() local329 ctx_tbl = sgid_tbl->ctx; in bnxt_re_del_gid()330 ctx_tbl[ctx->idx] = NULL; in bnxt_re_del_gid()345 struct bnxt_re_gid_ctx *ctx, **ctx_tbl; in bnxt_re_add_gid() local357 ctx_tbl = sgid_tbl->ctx; in bnxt_re_add_gid()358 ctx_tbl[tbl_idx]->refcnt++; in bnxt_re_add_gid()359 *context = ctx_tbl[tbl_idx]; in bnxt_re_add_gid()371 ctx_tbl = sgid_tbl->ctx; in bnxt_re_add_gid()374 ctx_tbl[tbl_idx] = ctx; in bnxt_re_add_gid()
Completed in 40 milliseconds