Searched defs:iser_data_buf (Results 1 – 1 of 1) sorted by relevance
166 struct iser_data_buf { struct167 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 *