Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hash_dma Struct Reference

#include <hash_alg.h>

Data Fields

dma_cap_mask_t mask
 
struct completion complete
 
struct dma_chanchan_mem2hash
 
voidcfg_mem2hash
 
int sg_len
 
struct scatterlistsg
 
int nents
 

Detailed Description

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.

Field Documentation

void* cfg_mem2hash

Definition at line 312 of file hash_alg.h.

struct dma_chan* chan_mem2hash

Definition at line 311 of file hash_alg.h.

struct completion complete

Definition at line 310 of file hash_alg.h.

Definition at line 309 of file hash_alg.h.

int nents

Definition at line 315 of file hash_alg.h.

Definition at line 314 of file hash_alg.h.

int sg_len

Definition at line 313 of file hash_alg.h.


The documentation for this struct was generated from the following file: