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