Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto.h125 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-dev.c34 struct ccp_cmd *cmd;
271 int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd()
329 struct ccp_cmd *cmd = container_of(work, struct ccp_cmd, work); in ccp_do_cmd_backlog()
356 static struct ccp_cmd *ccp_dequeue_cmd(struct ccp_cmd_queue *cmd_q) in ccp_dequeue_cmd()
359 struct ccp_cmd *cmd = NULL; in ccp_dequeue_cmd()
360 struct ccp_cmd *backlog = NULL; in ccp_dequeue_cmd()
379 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_dequeue_cmd()
386 backlog = list_first_entry(&ccp->backlog, struct ccp_cmd, in ccp_dequeue_cmd()
404 struct ccp_cmd *cmd = tdata->cmd; in ccp_do_cmd_complete()
419 struct ccp_cmd *cmd; in ccp_cmd_queue_thread()
Dccp-dmaengine.c148 ret = ccp_enqueue_cmd(&cmd->ccp_cmd); in ccp_issue_next_cmd()
362 struct ccp_cmd *ccp_cmd; in ccp_create_desc() local
423 ccp_cmd = &cmd->ccp_cmd; in ccp_create_desc()
424 ccp_cmd->ccp = chan->ccp; in ccp_create_desc()
425 ccp_pt = &ccp_cmd->u.passthru_nomap; in ccp_create_desc()
426 ccp_cmd->flags = CCP_CMD_MAY_BACKLOG; in ccp_create_desc()
427 ccp_cmd->flags |= CCP_CMD_PASSTHRU_NO_DMA_MAP; in ccp_create_desc()
428 ccp_cmd->engine = CCP_ENGINE_PASSTHRU; in ccp_create_desc()
435 ccp_cmd->callback = ccp_cmd_callback; in ccp_create_desc()
436 ccp_cmd->data = desc; in ccp_create_desc()
Dccp-dev.h226 struct ccp_cmd;
232 struct ccp_cmd ccp_cmd; member
642 int ccp_run_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd);
Dccp-ops.c462 struct ccp_cmd *cmd) in ccp_run_aes_cmac_cmd()
618 struct ccp_cmd *cmd) in ccp_run_aes_gcm_cmd()
874 static int ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmd()
1058 struct ccp_cmd *cmd) in ccp_run_xts_aes_cmd()
1257 static int ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_des3_cmd()
1460 static int ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_sha_cmd()
1734 struct ccp_cmd hmac_cmd; in ccp_run_sha_cmd()
1804 static int ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_rsa_cmd()
1936 struct ccp_cmd *cmd) in ccp_run_passthru_cmd()
2068 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd()
[all …]
Dccp-crypto-main.c70 struct ccp_cmd *cmd;
278 struct ccp_cmd *cmd) in ccp_crypto_enqueue_request()
Dccp-dev-v3.c525 struct ccp_cmd *cmd; in ccp_destroy()
560 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_destroy()
566 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp_destroy()
Dccp-dev-v5.c1003 struct ccp_cmd *cmd; in ccp5_destroy()
1051 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp5_destroy()
1057 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp5_destroy()
/Linux-v4.19/include/linux/
Dccp.h24 struct ccp_cmd;
70 int ccp_enqueue_cmd(struct ccp_cmd *cmd);
84 static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd()
637 struct ccp_cmd { struct