Home
last modified time | relevance | path

Searched defs:bcm_device_private (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/bcm/
Dcipher.h420 struct bcm_device_private { struct
421 struct platform_device *pdev;
423 struct spu_hw spu;
425 atomic_t session_count; /* number of streams active */
426 atomic_t stream_count; /* monotonic counter for streamID's */
429 u8 bcm_hdr_len;
432 atomic_t next_chan;
434 struct dentry *debugfs_dir;
435 struct dentry *debugfs_stats;
438 atomic64_t bytes_in;
[all …]
/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dcipher.h422 struct bcm_device_private { struct
423 struct platform_device *pdev;
425 struct spu_hw spu;
427 atomic_t session_count; /* number of streams active */
428 atomic_t stream_count; /* monotonic counter for streamID's */
431 u8 bcm_hdr_len;
434 atomic_t next_chan;
436 struct dentry *debugfs_dir;
437 struct dentry *debugfs_stats;
440 atomic64_t bytes_in;
[all …]