Searched defs:req_progress (Results 1 – 1 of 1) sorted by relevance
68 struct req_progress { struct69 struct sg_mapping_iter src_sg_it;70 struct sg_mapping_iter dst_sg_it;71 void (*complete) (void);72 void (*process) (int is_first);75 int sg_src_left;76 int src_start;77 int crypt_len;101 struct req_progress p; argument