Searched defs:cpt_request_info (Results 1 – 1 of 1) sorted by relevance
58 struct cpt_request_info { struct59 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 */[all …]
Completed in 5 milliseconds