Home
last modified time | relevance | path

Searched refs:uld_ctx (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_core.c76 struct uld_ctx *assign_chcr_device(void) in assign_chcr_device()
78 struct uld_ctx *u_ctx = NULL; in assign_chcr_device()
91 struct uld_ctx, entry); in assign_chcr_device()
100 static void chcr_dev_add(struct uld_ctx *u_ctx) in chcr_dev_add()
114 static void chcr_dev_init(struct uld_ctx *u_ctx) in chcr_dev_init()
133 static int chcr_dev_move(struct uld_ctx *u_ctx) in chcr_dev_move()
141 struct uld_ctx, entry); in chcr_dev_move()
194 struct uld_ctx *u_ctx; in chcr_uld_add()
219 struct uld_ctx *u_ctx = (struct uld_ctx *)handle; in chcr_uld_rx_handler()
242 static void chcr_detach_device(struct uld_ctx *u_ctx) in chcr_detach_device()
[all …]
Dchcr_core.h64 struct uld_ctx;
127 struct uld_ctx *last_dev;
153 struct uld_ctx { struct
209 struct uld_ctx *u_ctx = container_of(dev, struct uld_ctx, dev); in padap()
214 struct uld_ctx *assign_chcr_device(void);
Dchcr_algo.c124 static inline struct uld_ctx *ULD_CTX(struct chcr_context *ctx) in ULD_CTX()
126 return container_of(ctx->dev, struct uld_ctx, dev); in ULD_CTX()
727 struct uld_ctx *u_ctx = ULD_CTX(ctx); in create_wreq()
1115 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_handle_cipher_resp()
1305 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_encrypt()
1335 struct uld_ctx *u_ctx = ULD_CTX(c_ctx(tfm)); in chcr_aes_decrypt()
1363 struct uld_ctx *u_ctx = NULL; in chcr_device_init()
1498 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm)); in create_hash_wr()
1587 struct uld_ctx *u_ctx = NULL; in chcr_ahash_update()
1689 struct uld_ctx *u_ctx = NULL; in chcr_ahash_final()
[all …]
/Linux-v5.4/drivers/infiniband/hw/cxgb4/
Ddevice.c936 void c4iw_dealloc(struct uld_ctx *ctx) in c4iw_dealloc()
953 static void c4iw_remove(struct uld_ctx *ctx) in c4iw_remove()
1073 struct uld_ctx *ctx; in c4iw_uld_add()
1168 struct uld_ctx *ctx = handle; in c4iw_uld_rx_handler()
1220 struct uld_ctx *ctx = handle; in c4iw_uld_state_change()
1267 static void stop_queues(struct uld_ctx *ctx) in stop_queues()
1294 static void resume_a_chunk(struct uld_ctx *ctx) in resume_a_chunk()
1309 static void resume_queues(struct uld_ctx *ctx) in resume_queues()
1367 static void recover_lost_dbs(struct uld_ctx *ctx, struct qp_list *qp_list) in recover_lost_dbs()
1414 static void recover_queues(struct uld_ctx *ctx) in recover_queues()
[all …]
Dprovider.c538 struct uld_ctx *ctx = container_of(work, struct uld_ctx, reg_work); in c4iw_register_device()
Diw_cxgb4.h332 struct uld_ctx { struct
987 void c4iw_dealloc(struct uld_ctx *ctx);