Home
last modified time | relevance | path

Searched defs:ccp_cmd (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dccp.h637 struct ccp_cmd { struct
641 struct list_head entry;
642 struct work_struct work;
643 struct ccp_device *ccp;
644 int ret;
646 u32 flags;
648 enum ccp_engine engine;
649 u32 engine_error;
651 union {
660 } u;
[all …]
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c364 struct ccp_cmd *ccp_cmd; in ccp_create_desc() local
H A Dccp-dev.h229 struct ccp_cmd ccp_cmd; member