Searched refs:ctx_tbl (Results 1 – 4 of 4) sorted by relevance
701 struct hinic_rss_context_tbl *ctx_tbl; in hinic_set_rss_type() local736 ctx_tbl->offset = 0; in hinic_set_rss_type()737 ctx_tbl->size = sizeof(u32); in hinic_set_rss_type()738 ctx_tbl->size = cpu_to_be32(ctx_tbl->size); in hinic_set_rss_type()739 ctx_tbl->rsvd = 0; in hinic_set_rss_type()740 ctx_tbl->ctx = cpu_to_be32(ctx); in hinic_set_rss_type()763 u16 out_size = sizeof(ctx_tbl); in hinic_get_rss_type()775 ctx_tbl.template_id = tmpl_idx; in hinic_get_rss_type()778 &ctx_tbl, sizeof(ctx_tbl), in hinic_get_rss_type()779 &ctx_tbl, &out_size); in hinic_get_rss_type()[all …]
307 if (!cp->ctx_tbl) in cnic_get_l5_cid()311 if (cp->ctx_tbl[i].cid == cid) { in cnic_get_l5_cid()902 kfree(cp->ctx_tbl); in cnic_free_resc()903 cp->ctx_tbl = NULL; in cnic_free_resc()1271 if (!cp->ctx_tbl) in cnic_alloc_bnx2x_resc()1280 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_FCOE; in cnic_alloc_bnx2x_resc()1914 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_iscsi_ofld1()2379 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_fcoe_ofld1()2517 ctx = &cp->ctx_tbl[l5_cid]; in cnic_bnx2x_fcoe_destroy()3597 if (cp->ctx_tbl) { in cnic_cm_create()[all …]
281 struct cnic_context *ctx_tbl; member
367 struct bnxt_re_gid_ctx *ctx, **ctx_tbl; in bnxt_re_del_gid() local406 ctx_tbl = sgid_tbl->ctx; in bnxt_re_del_gid()407 ctx_tbl[ctx->idx] = NULL; in bnxt_re_del_gid()422 struct bnxt_re_gid_ctx *ctx, **ctx_tbl; in bnxt_re_add_gid() local434 ctx_tbl = sgid_tbl->ctx; in bnxt_re_add_gid()435 ctx_tbl[tbl_idx]->refcnt++; in bnxt_re_add_gid()436 *context = ctx_tbl[tbl_idx]; in bnxt_re_add_gid()448 ctx_tbl = sgid_tbl->ctx; in bnxt_re_add_gid()451 ctx_tbl[tbl_idx] = ctx; in bnxt_re_add_gid()
Completed in 28 milliseconds