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