Symbol: uld_ctx
drivers/crypto/chelsio/chcr_algo.c
1134
struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
123
static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx)
drivers/crypto/chelsio/chcr_algo.c
125
return container_of(ctx->dev, struct uld_ctx, dev);
drivers/crypto/chelsio/chcr_algo.c
1340
struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
1382
struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
1413
struct uld_ctx *u_ctx = NULL;
drivers/crypto/chelsio/chcr_algo.c
1534
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
1626
struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm));
drivers/crypto/chelsio/chcr_algo.c
1731
struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm));
drivers/crypto/chelsio/chcr_algo.c
1799
struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm));
drivers/crypto/chelsio/chcr_algo.c
1897
struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm));
drivers/crypto/chelsio/chcr_algo.c
1996
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
2063
struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
2282
struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
2353
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
2627
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
2671
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
2879
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
3051
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
3611
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
735
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_algo.c
773
struct uld_ctx *u_ctx = ULD_CTX(ctx);
drivers/crypto/chelsio/chcr_core.c
111
static void chcr_dev_init(struct uld_ctx *u_ctx)
drivers/crypto/chelsio/chcr_core.c
128
static int chcr_dev_move(struct uld_ctx *u_ctx)
drivers/crypto/chelsio/chcr_core.c
134
struct uld_ctx, entry);
drivers/crypto/chelsio/chcr_core.c
184
struct uld_ctx *u_ctx;
drivers/crypto/chelsio/chcr_core.c
206
struct uld_ctx *u_ctx = (struct uld_ctx *)handle;
drivers/crypto/chelsio/chcr_core.c
223
static void chcr_detach_device(struct uld_ctx *u_ctx)
drivers/crypto/chelsio/chcr_core.c
243
struct uld_ctx *u_ctx = handle;
drivers/crypto/chelsio/chcr_core.c
284
struct uld_ctx *u_ctx, *tmp;
drivers/crypto/chelsio/chcr_core.c
73
struct uld_ctx *assign_chcr_device(void)
drivers/crypto/chelsio/chcr_core.c
75
struct uld_ctx *u_ctx = NULL;
drivers/crypto/chelsio/chcr_core.c
88
struct uld_ctx, entry);
drivers/crypto/chelsio/chcr_core.c
97
static void chcr_dev_add(struct uld_ctx *u_ctx)
drivers/crypto/chelsio/chcr_core.h
125
struct uld_ctx *u_ctx = container_of(dev, struct uld_ctx, dev);
drivers/crypto/chelsio/chcr_core.h
130
struct uld_ctx *assign_chcr_device(void);
drivers/crypto/chelsio/chcr_core.h
65
struct uld_ctx;
drivers/crypto/chelsio/chcr_core.h
80
struct uld_ctx *last_dev;
drivers/infiniband/hw/cxgb4/device.c
1072
struct uld_ctx *ctx;
drivers/infiniband/hw/cxgb4/device.c
1169
struct uld_ctx *ctx = handle;
drivers/infiniband/hw/cxgb4/device.c
1221
struct uld_ctx *ctx = handle;
drivers/infiniband/hw/cxgb4/device.c
1267
static void stop_queues(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/device.c
1294
static void resume_a_chunk(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/device.c
1309
static void resume_queues(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/device.c
1367
static void recover_lost_dbs(struct uld_ctx *ctx, struct qp_list *qp_list)
drivers/infiniband/hw/cxgb4/device.c
1414
static void recover_queues(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/device.c
1471
struct uld_ctx *ctx = handle;
drivers/infiniband/hw/cxgb4/device.c
1555
struct uld_ctx *ctx, *tmp;
drivers/infiniband/hw/cxgb4/device.c
934
void c4iw_dealloc(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/device.c
951
static void c4iw_remove(struct uld_ctx *ctx)
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
1006
void c4iw_dealloc(struct uld_ctx *ctx);
drivers/infiniband/hw/cxgb4/provider.c
529
struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work);