Searched defs:iscsi_r2t_info (Results 1 – 1 of 1) sorted by relevance
98 struct iscsi_r2t_info { struct99 __be32 ttt; /* copied from R2T */100 __be32 exp_statsn; /* copied from R2T */101 uint32_t data_length; /* copied from R2T */102 uint32_t data_offset; /* copied from R2T */103 int data_count; /* DATA-Out payload progress */127 struct iscsi_r2t_info unsol_r2t; argument