Lines Matching defs:cpt_request_info
58 struct cpt_request_info { struct
59 u8 incnt; /* Number of input buffers */
60 u8 outcnt; /* Number of output buffers */
61 u16 rlen; /* Output length */
62 union ctrl_info ctrl; /* User control information */
63 struct cptvf_request req; /* Request Information (Core specific) */
65 bool may_sleep;
67 struct buf_ptr in[MAX_BUF_CNT];
68 struct buf_ptr out[MAX_BUF_CNT];
70 void (*callback)(int, void *); /* Kernel ASYNC request callabck */
71 void *callback_arg; /* Kernel ASYNC request callabck arg */