Lines Matching defs:safexcel_ring
694 struct safexcel_ring { struct
695 spinlock_t lock;
697 struct workqueue_struct *workqueue;
698 struct safexcel_work_data work_data;
701 struct safexcel_desc_ring cdr;
702 struct safexcel_desc_ring rdr;
705 struct crypto_async_request **rdr_req;
708 struct crypto_queue queue;
709 spinlock_t queue_lock;
712 int requests;
715 bool busy;
720 struct crypto_async_request *req;
721 struct crypto_async_request *backlog;
724 int irq;