Home
last modified time | relevance | path

Searched defs:iser_data_buf (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/infiniband/ulp/iser/
Discsi_iser.h166 struct iser_data_buf { struct
167 void *buf; /* pointer to the sg list */
168 unsigned int size; /* num entries of this sg */
169 unsigned long data_len; /* total data len */
170 unsigned int dma_nents; /* returned by dma_map_sg */
171 char *copy_buf; /* allocated copy buf for SGs unaligned *
173 struct scatterlist sg_single; /* SG-ified clone of a non SG SC or *