Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/cavium/cpt/
Drequest_manager.h61 struct cpt_request_info { struct
62 u8 incnt; /* Number of input buffers */
63 u8 outcnt; /* Number of output buffers */
64 u16 rlen; /* Output length */
65 union ctrl_info ctrl; /* User control information */
66 struct cptvf_request req; /* Request Information (Core specific) */
68 struct buf_ptr in[MAX_BUF_CNT];
69 struct buf_ptr out[MAX_BUF_CNT];
71 void (*callback)(int, void *); /* Kernel ASYNC request callabck */
72 void *callback_arg; /* Kernel ASYNC request callabck arg */