Home
last modified time | relevance | path

Searched refs:ccp_dma_cmd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c65 struct ccp_dma_cmd *cmd, *ctmp; in ccp_free_cmd_resources()
141 struct ccp_dma_cmd *cmd; in ccp_issue_next_cmd()
144 cmd = list_first_entry(&desc->pending, struct ccp_dma_cmd, entry); in ccp_issue_next_cmd()
162 struct ccp_dma_cmd *cmd; in ccp_free_active_cmd()
164 cmd = list_first_entry_or_null(&desc->active, struct ccp_dma_cmd, in ccp_free_active_cmd()
320 static struct ccp_dma_cmd *ccp_alloc_dma_cmd(struct ccp_dma_chan *chan) in ccp_alloc_dma_cmd()
322 struct ccp_dma_cmd *cmd; in ccp_alloc_dma_cmd()
363 struct ccp_dma_cmd *cmd; in ccp_create_desc()
691 sizeof(struct ccp_dma_cmd), in ccp_dmaengine_register()
H A Dccp-dev.h226 struct ccp_dma_cmd { struct