Linux Kernel
3.7.1
|
Data Fields | |
char * | free_buf |
dma_descr_data * | dma_descr |
unsigned char | dma_descr_buf [sizeof(dma_descr_data)+DESCR_ALLOC_PAD] |
unsigned int | from_pool:1 |
struct cryptocop_dma_desc * | next |
Definition at line 53 of file cryptocop.c.
dma_descr_data* dma_descr |
Definition at line 55 of file cryptocop.c.
unsigned char dma_descr_buf[sizeof(dma_descr_data)+DESCR_ALLOC_PAD] |
Definition at line 57 of file cryptocop.c.
char* free_buf |
Definition at line 54 of file cryptocop.c.
unsigned int from_pool |
Definition at line 59 of file cryptocop.c.
struct cryptocop_dma_desc* next |
Definition at line 60 of file cryptocop.c.