Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/cavium/nitrox/
Dnitrox_dev.h46 struct list_head backlog_head; member
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()
Dnitrox_lib.c45 INIT_LIST_HEAD(&cmdq->backlog_head); in nitrox_cmdq_init()
/linux-6.12.1/drivers/crypto/hisilicon/sec2/
Dsec.h58 struct list_head backlog_head; member
Dsec_crypto.c291 list_add_tail(&req->backlog_head, &qp_ctx->backlog); in sec_bd_send()
1434 typeof(*backlog_req), backlog_head); in sec_back_req_clear()
1435 list_del(&backlog_req->backlog_head); in sec_back_req_clear()
/linux-6.12.1/drivers/crypto/hisilicon/sec/
Dsec_drv.h285 struct list_head backlog_head; member
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()