Searched refs:bd_send (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 63 * @bd_send: Send the SEC BD into the hardware queue 72 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req); member
|
H A D | sec_crypto.c | 1257 ret = ctx->req_op->bd_send(ctx, req); in sec_process() 1289 .bd_send = sec_bd_send, 1299 .bd_send = sec_bd_send,
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 74 * @bd_send: Send the SEC BD into the hardware queue 83 int (*bd_send)(struct sec_ctx *ctx, struct sec_req *req); member
|
H A D | sec_crypto.c | 1787 ret = ctx->req_op->bd_send(ctx, req); in sec_process() 1818 .bd_send = sec_bd_send, 1828 .bd_send = sec_bd_send, 1838 .bd_send = sec_bd_send, 1848 .bd_send = sec_bd_send,
|
Completed in 7 milliseconds