|
Linux Kernel
3.7.1
|
#include <hash_alg.h>
Data Fields | |
| dma_cap_mask_t | mask |
| struct completion | complete |
| struct dma_chan * | chan_mem2hash |
| void * | cfg_mem2hash |
| int | sg_len |
| struct scatterlist * | sg |
| int | nents |
struct hash_dma - Structure used for dma. : DMA capabilities bitmap mask. : Used to maintain state for a "completion". : DMA channel. : DMA channel configuration. : Scatterlist length. : Scatterlist. : Number of sg entries.
Definition at line 308 of file hash_alg.h.
| void* cfg_mem2hash |
Definition at line 312 of file hash_alg.h.
Definition at line 311 of file hash_alg.h.
| struct completion complete |
Definition at line 310 of file hash_alg.h.
| dma_cap_mask_t mask |
Definition at line 309 of file hash_alg.h.
| int nents |
Definition at line 315 of file hash_alg.h.
| struct scatterlist* sg |
Definition at line 314 of file hash_alg.h.
| int sg_len |
Definition at line 313 of file hash_alg.h.
1.8.2