Linux Kernel
3.7.1
|
Data Fields | |
char | name [HIFN_NAMESIZE] |
int | irq |
struct pci_dev * | pdev |
void __iomem * | bar [3] |
void * | desc_virt |
dma_addr_t | desc_dma |
u32 | dmareg |
void * | sa [HIFN_D_RES_RSIZE] |
spinlock_t | lock |
u32 | flags |
int | active |
int | started |
struct delayed_work | work |
unsigned long | reset |
unsigned long | success |
unsigned long | prev_success |
u8 | snum |
struct tasklet_struct | tasklet |
struct crypto_queue | queue |
struct list_head | alg_list |
unsigned int | pk_clk_freq |
Definition at line 423 of file hifn_795x.c.
int active |
Definition at line 442 of file hifn_795x.c.
Definition at line 453 of file hifn_795x.c.
Definition at line 430 of file hifn_795x.c.
dma_addr_t desc_dma |
Definition at line 433 of file hifn_795x.c.
void* desc_virt |
Definition at line 432 of file hifn_795x.c.
Definition at line 435 of file hifn_795x.c.
u32 flags |
Definition at line 441 of file hifn_795x.c.
int irq |
Definition at line 427 of file hifn_795x.c.
spinlock_t lock |
Definition at line 439 of file hifn_795x.c.
char name[HIFN_NAMESIZE] |
Definition at line 425 of file hifn_795x.c.
Definition at line 429 of file hifn_795x.c.
unsigned int pk_clk_freq |
Definition at line 455 of file hifn_795x.c.
unsigned long prev_success |
Definition at line 446 of file hifn_795x.c.
Definition at line 452 of file hifn_795x.c.
unsigned long reset |
Definition at line 444 of file hifn_795x.c.
void* sa[HIFN_D_RES_RSIZE] |
Definition at line 437 of file hifn_795x.c.
u8 snum |
Definition at line 448 of file hifn_795x.c.
int started |
Definition at line 442 of file hifn_795x.c.
unsigned long success |
Definition at line 445 of file hifn_795x.c.
struct tasklet_struct tasklet |
Definition at line 450 of file hifn_795x.c.
struct delayed_work work |
Definition at line 443 of file hifn_795x.c.