Lines Matching defs:safexcel_ring
693 struct safexcel_ring { struct
694 spinlock_t lock;
696 struct workqueue_struct *workqueue;
697 struct safexcel_work_data work_data;
700 struct safexcel_desc_ring cdr;
701 struct safexcel_desc_ring rdr;
704 struct crypto_async_request **rdr_req;
707 struct crypto_queue queue;
708 spinlock_t queue_lock;
711 int requests;
714 bool busy;
719 struct crypto_async_request *req;
720 struct crypto_async_request *backlog;
723 int irq;