Lines Matching defs:hifn_device
421 struct hifn_device struct
423 char name[HIFN_NAMESIZE];
425 int irq;
427 struct pci_dev *pdev;
428 void __iomem *bar[3];
430 void *desc_virt;
431 dma_addr_t desc_dma;
433 u32 dmareg;
435 void *sa[HIFN_D_RES_RSIZE];
437 spinlock_t lock;
439 u32 flags;
440 int active, started;
441 struct delayed_work work;
442 unsigned long reset;
443 unsigned long success;
444 unsigned long prev_success;
446 u8 snum;
448 struct tasklet_struct tasklet;
450 struct crypto_queue queue;
451 struct list_head alg_list;
453 unsigned int pk_clk_freq;
456 unsigned int rng_wait_time;
457 ktime_t rngtime;
458 struct hwrng rng;