Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/hisilicon/sec/
Dsec_algs.c440 struct sec_request *backlog_req; in sec_skcipher_alg_callback() local
510 backlog_req = list_first_entry(&ctx->backlog, in sec_skcipher_alg_callback()
511 typeof(*backlog_req), in sec_skcipher_alg_callback()
514 backlog_req->num_elements) || in sec_skcipher_alg_callback()
517 backlog_req->num_elements)) { in sec_skcipher_alg_callback()
518 sec_send_request(backlog_req, ctx->queue); in sec_skcipher_alg_callback()
519 backlog_req->req_base->complete(backlog_req->req_base, in sec_skcipher_alg_callback()
521 list_del(&backlog_req->backlog_head); in sec_skcipher_alg_callback()