Lines Matching defs:safexcel_ring
539 struct safexcel_ring { struct
540 spinlock_t lock;
542 struct workqueue_struct *workqueue;
543 struct safexcel_work_data work_data;
546 struct safexcel_desc_ring cdr;
547 struct safexcel_desc_ring rdr;
550 struct crypto_async_request **rdr_req;
553 struct crypto_queue queue;
554 spinlock_t queue_lock;
557 int requests;
560 bool busy;
565 struct crypto_async_request *req;
566 struct crypto_async_request *backlog;