Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A 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()
H A Dccp-crypto.h124 struct ccp_cmd cmd;
152 struct ccp_cmd cmd;
179 struct ccp_cmd cmd;
223 struct ccp_cmd cmd;
255 struct ccp_cmd cmd;
274 struct ccp_cmd *cmd);
H A Dccp-dmaengine.c150 ret = ccp_enqueue_cmd(&cmd->ccp_cmd); in ccp_issue_next_cmd()
364 struct ccp_cmd *ccp_cmd; in ccp_create_desc() local
425 ccp_cmd = &cmd->ccp_cmd; in ccp_create_desc()
426 ccp_cmd->ccp = chan->ccp; in ccp_create_desc()
427 ccp_pt = &ccp_cmd->u.passthru_nomap; in ccp_create_desc()
428 ccp_cmd->flags = CCP_CMD_MAY_BACKLOG; in ccp_create_desc()
429 ccp_cmd->flags |= CCP_CMD_PASSTHRU_NO_DMA_MAP; in ccp_create_desc()
430 ccp_cmd->engine = CCP_ENGINE_PASSTHRU; in ccp_create_desc()
437 ccp_cmd->callback = ccp_cmd_callback; in ccp_create_desc()
438 ccp_cmd->data = desc; in ccp_create_desc()
H A 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);
H A Dccp-ops.c476 ccp_run_aes_cmac_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmac_cmd()
632 ccp_run_aes_gcm_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_gcm_cmd()
916 ccp_run_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_aes_cmd()
1093 ccp_run_xts_aes_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_xts_aes_cmd()
1293 ccp_run_des3_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_des3_cmd()
1489 ccp_run_sha_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_sha_cmd()
1763 struct ccp_cmd hmac_cmd; in ccp_run_sha_cmd()
1835 ccp_run_rsa_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_rsa_cmd()
2100 struct ccp_cmd *cmd) in ccp_run_passthru_nomap_cmd()
2440 ccp_run_ecc_cmd(struct ccp_cmd_queue *cmd_q, struct ccp_cmd *cmd) in ccp_run_ecc_cmd()
[all …]
H A Dccp-crypto-main.c67 struct ccp_cmd *cmd;
268 struct ccp_cmd *cmd) in ccp_crypto_enqueue_request()
H A Dccp-dev-v3.c520 struct ccp_cmd *cmd; in ccp_destroy()
555 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp_destroy()
561 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp_destroy()
H A Dccp-dev-v5.c1009 struct ccp_cmd *cmd; in ccp5_destroy()
1053 cmd = list_first_entry(&ccp->cmd, struct ccp_cmd, entry); in ccp5_destroy()
1059 cmd = list_first_entry(&ccp->backlog, struct ccp_cmd, entry); in ccp5_destroy()
/openbmc/linux/include/linux/
H A Dccp.h22 struct ccp_cmd;
68 int ccp_enqueue_cmd(struct ccp_cmd *cmd);
82 static inline int ccp_enqueue_cmd(struct ccp_cmd *cmd) in ccp_enqueue_cmd()
637 struct ccp_cmd { struct