Searched defs:iser_data_buf (Results 1 – 1 of 1) sorted by relevance
167 struct iser_data_buf { struct168 void *buf; /* pointer to the sg list */169 unsigned int size; /* num entries of this sg */170 unsigned long data_len; /* total data len */171 unsigned int dma_nents; /* returned by dma_map_sg */172 char *copy_buf; /* allocated copy buf for SGs unaligned *174 struct scatterlist sg_single; /* SG-ified clone of a non SG SC or *