Searched defs:blk_crypto_profile (Results 1 – 10 of 10) sorted by relevance
125773 struct blk_crypto_profile { struct125774 struct blk_crypto_ll_ops ll_ops;125775 unsigned int max_dun_bytes_supported;125776 unsigned int modes_supported[4];125777 struct device *dev;125778 unsigned int num_slots;125779 struct rw_semaphore lock;125780 wait_queue_head_t idle_slots_wait_queue;125781 struct list_head idle_slots;125782 spinlock_t idle_slots_lock;[all …]
31472 struct blk_crypto_profile { struct31492 struct blk_crypto_profile *profile; argument
63274 struct blk_crypto_profile { struct63296 struct blk_crypto_profile *profile; argument
54667 struct blk_crypto_profile { struct54668 struct blk_crypto_ll_ops ll_ops;54669 unsigned int max_dun_bytes_supported;54670 unsigned int modes_supported[4];54671 struct device *dev;54672 unsigned int num_slots;54673 struct rw_semaphore lock;54674 wait_queue_head_t idle_slots_wait_queue;54675 struct list_head idle_slots;54676 spinlock_t idle_slots_lock;[all …]
73104 struct blk_crypto_profile { struct73126 struct blk_crypto_profile *profile; argument
53768 struct blk_crypto_profile { struct53769 struct blk_crypto_ll_ops ll_ops;53770 unsigned int max_dun_bytes_supported;53771 unsigned int modes_supported[4];53772 struct device *dev;53773 unsigned int num_slots;53774 struct rw_semaphore lock;53775 wait_queue_head_t idle_slots_wait_queue;53776 struct list_head idle_slots;53777 spinlock_t idle_slots_lock;[all …]