Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/ccp/
Dccp-dev.c46 struct ccp_cmd *cmd;
289 int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd()
347 struct ccp_cmd *cmd = container_of(work, struct ccp_cmd, work); in ccp_do_cmd_backlog()
374 static struct ccp_cmd *ccp_dequeue_cmd(struct ccp_cmd_queue *cmd_q) in ccp_dequeue_cmd()
377 struct ccp_cmd *cmd = NULL; in ccp_dequeue_cmd()
378 struct ccp_cmd *backlog = NULL; in ccp_dequeue_cmd()
397 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_dequeue_cmd()
404 backlog = list_first_entry(&ccp->backlog, struct ccp_cmd, in ccp_dequeue_cmd()
422 struct ccp_cmd *cmd = tdata->cmd; in ccp_do_cmd_complete()
437 struct ccp_cmd *cmd; in ccp_cmd_queue_thread()
Dccp-crypto.h123 struct ccp_cmd cmd;
151 struct ccp_cmd cmd;
178 struct ccp_cmd cmd;
222 struct ccp_cmd cmd;
254 struct ccp_cmd cmd;
273 struct ccp_cmd *cmd);
Dccp-dmaengine.c150 ret = ccp_enqueue_cmd(&cmd->ccp_cmd); in ccp_issue_next_cmd()
365 struct ccp_cmd *ccp_cmd; in ccp_create_desc() local
426 ccp_cmd = &cmd->ccp_cmd; in ccp_create_desc()
427 ccp_cmd->ccp = chan->ccp; in ccp_create_desc()
428 ccp_pt = &ccp_cmd->u.passthru_nomap; in ccp_create_desc()
429 ccp_cmd->flags = CCP_CMD_MAY_BACKLOG; in ccp_create_desc()
430 ccp_cmd->flags |= CCP_CMD_PASSTHRU_NO_DMA_MAP; in ccp_create_desc()
431 ccp_cmd->engine = CCP_ENGINE_PASSTHRU; in ccp_create_desc()
438 ccp_cmd->callback = ccp_cmd_callback; in ccp_create_desc()
439 ccp_cmd->data = desc; in ccp_create_desc()
Dccp-dev.h223 struct ccp_cmd;
229 struct ccp_cmd ccp_cmd; member
641 int ccp_run_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd);
Dccp-ops.c473 ccp_run_aes_cmac_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmac_cmd()
629 ccp_run_aes_gcm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_gcm_cmd()
911 ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmd()
1088 ccp_run_xts_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_xts_aes_cmd()
1288 ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_des3_cmd()
1484 ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_sha_cmd()
1758 struct ccp_cmd hmac_cmd; in ccp_run_sha_cmd()
1830 ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_rsa_cmd()
1962 ccp_run_passthru_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_passthru_cmd()
2095 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd()
[all …]
Dccp-crypto-main.c67 struct ccp_cmd *cmd;
275 struct ccp_cmd *cmd) in ccp_crypto_enqueue_request()
Dccp-dev-v3.c521 struct ccp_cmd *cmd; in ccp_destroy()
556 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_destroy()
562 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp_destroy()
Dccp-dev-v5.c1010 struct ccp_cmd *cmd; in ccp5_destroy()
1054 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp5_destroy()
1060 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp5_destroy()
/Linux-v5.10/include/linux/
Dccp.h21 struct ccp_cmd;
67 int ccp_enqueue_cmd(struct ccp_cmd *cmd);
81 static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd()
636 struct ccp_cmd { struct