Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/bcm/
Dcipher.h251 struct iproc_reqctx_s { struct
253 struct crypto_async_request *parent;
256 struct iproc_ctx_s *ctx;
258 u8 chan_idx; /* Mailbox channel to be used to submit this request */
261 unsigned int total_todo;
262 unsigned int total_received; /* only valid for skcipher */
263 unsigned int total_sent;
270 unsigned int src_sent;
278 struct scatterlist *assoc;
286 struct scatterlist *src_sg;
[all …]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h250 struct iproc_reqctx_s { struct
252 struct crypto_async_request *parent;
255 struct iproc_ctx_s *ctx;
257 u8 chan_idx; /* Mailbox channel to be used to submit this request */
260 unsigned int total_todo;
261 unsigned int total_received; /* only valid for skcipher */
262 unsigned int total_sent;
269 unsigned int src_sent;
277 struct scatterlist *assoc;
285 struct scatterlist *src_sg;
[all …]