Searched defs:virtio_crypto (Results 1 – 2 of 2) sorted by relevance
35 struct virtio_crypto { struct36 struct virtio_device *vdev;37 struct virtqueue *ctrl_vq;38 struct data_queue *data_vq;41 struct work_struct config_work;44 spinlock_t ctrl_lock;47 u32 max_data_queues;50 u32 curr_queue;56 u32 crypto_services;59 u32 cipher_algo_l;[all …]
35 struct virtio_crypto { struct36 struct virtio_device *vdev;37 struct virtqueue *ctrl_vq;38 struct data_queue *data_vq;41 spinlock_t ctrl_lock;44 u32 max_data_queues;47 u32 curr_queue;53 u32 crypto_services;56 u32 cipher_algo_l;57 u32 cipher_algo_h;[all …]