Linux Kernel
3.7.1
|
Data Fields | |
void __iomem * | regs |
struct list_head | pending |
int | next_ctx |
spinlock_t | hw_lock |
int | in_flight |
struct list_head | completed |
struct list_head | in_progress |
struct tasklet_struct | complete |
unsigned long | fifo_sz |
void __iomem * | cipher_ctx_base |
void __iomem * | hash_key_base |
struct spacc_alg * | algs |
unsigned | num_algs |
struct list_head | registered_algs |
size_t | cipher_pg_sz |
size_t | hash_pg_sz |
const char * | name |
struct clk * | clk |
struct device * | dev |
unsigned | max_ctxs |
struct timer_list | packet_timeout |
unsigned | stat_irq_thresh |
struct dma_pool * | req_pool |
Definition at line 108 of file picoxcell_crypto.c.
Definition at line 120 of file picoxcell_crypto.c.
Definition at line 118 of file picoxcell_crypto.c.
size_t cipher_pg_sz |
Definition at line 123 of file picoxcell_crypto.c.
Definition at line 126 of file picoxcell_crypto.c.
struct tasklet_struct complete |
Definition at line 116 of file picoxcell_crypto.c.
Definition at line 114 of file picoxcell_crypto.c.
Definition at line 127 of file picoxcell_crypto.c.
unsigned long fifo_sz |
Definition at line 117 of file picoxcell_crypto.c.
Definition at line 119 of file picoxcell_crypto.c.
size_t hash_pg_sz |
Definition at line 124 of file picoxcell_crypto.c.
spinlock_t hw_lock |
Definition at line 112 of file picoxcell_crypto.c.
int in_flight |
Definition at line 113 of file picoxcell_crypto.c.
Definition at line 115 of file picoxcell_crypto.c.
unsigned max_ctxs |
Definition at line 128 of file picoxcell_crypto.c.
Definition at line 125 of file picoxcell_crypto.c.
int next_ctx |
Definition at line 111 of file picoxcell_crypto.c.
unsigned num_algs |
Definition at line 121 of file picoxcell_crypto.c.
struct timer_list packet_timeout |
Definition at line 129 of file picoxcell_crypto.c.
Definition at line 110 of file picoxcell_crypto.c.
Definition at line 122 of file picoxcell_crypto.c.
Definition at line 109 of file picoxcell_crypto.c.
Definition at line 131 of file picoxcell_crypto.c.
unsigned stat_irq_thresh |
Definition at line 130 of file picoxcell_crypto.c.