Lines Matching defs:hifn_device
400 struct hifn_device { struct
401 char name[HIFN_NAMESIZE];
403 int irq;
405 struct pci_dev *pdev;
406 void __iomem *bar[3];
408 void *desc_virt;
409 dma_addr_t desc_dma;
411 u32 dmareg;
413 void *sa[HIFN_D_RES_RSIZE];
415 spinlock_t lock;
417 u32 flags;
418 int active, started;
419 struct delayed_work work;
420 unsigned long reset;
421 unsigned long success;
422 unsigned long prev_success;
424 u8 snum;
426 struct tasklet_struct tasklet;
428 struct crypto_queue queue;
429 struct list_head alg_list;
431 unsigned int pk_clk_freq;
434 unsigned int rng_wait_time;
435 ktime_t rngtime;
436 struct hwrng rng;