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