Home
last modified time | relevance | path

Searched refs:backlog_head (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec.h47 struct list_head backlog_head; member
H A Dsec_crypto.c209 list_add_tail(&req->backlog_head, &qp_ctx->backlog); in sec_bd_send()
1075 typeof(*backlog_req), backlog_head); in sec_back_req_clear()
1076 list_del(&backlog_req->backlog_head); in sec_back_req_clear()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h25 * @backlog_head: backlog queue
46 struct list_head backlog_head; member
H A Dnitrox_reqmgr.c233 list_add_tail(&sr->backlog, &cmdq->backlog_head); in backlog_list_add()
326 list_for_each_entry_safe(sr, tmp, &cmdq->backlog_head, backlog) { in post_backlog_cmds()
H A Dnitrox_lib.c45 INIT_LIST_HEAD(&cmdq->backlog_head); in nitrox_cmdq_init()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_dev.h25 * @backlog_head: backlog queue
46 struct list_head backlog_head; member
H A Dnitrox_reqmgr.c235 list_add_tail(&sr->backlog, &cmdq->backlog_head); in backlog_list_add()
329 list_for_each_entry_safe(sr, tmp, &cmdq->backlog_head, backlog) { in post_backlog_cmds()
H A Dnitrox_lib.c45 INIT_LIST_HEAD(&cmdq->backlog_head); in nitrox_cmdq_init()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/
H A Dsec.h58 struct list_head backlog_head; member
H A Dsec_crypto.c288 list_add_tail(&req->backlog_head, &qp_ctx->backlog); in sec_bd_send()
1433 typeof(*backlog_req), backlog_head); in sec_back_req_clear()
1434 list_del(&backlog_req->backlog_head); in sec_back_req_clear()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h266 * @backlog_head: list head to allow backlog maintenance.
285 struct list_head backlog_head; member
H A Dsec_algs.c500 backlog_head); in sec_skcipher_alg_callback()
509 list_del(&backlog_req->backlog_head); in sec_skcipher_alg_callback()
816 list_add_tail(&sec_req->backlog_head, &ctx->backlog); in sec_alg_skcipher_crypto()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h266 * @backlog_head: list head to allow backlog maintenance.
285 struct list_head backlog_head; member
H A Dsec_algs.c500 backlog_head); in sec_skcipher_alg_callback()
509 list_del(&backlog_req->backlog_head); in sec_skcipher_alg_callback()
816 list_add_tail(&sec_req->backlog_head, &ctx->backlog); in sec_alg_skcipher_crypto()

Completed in 16 milliseconds