Searched refs:total_xfer_length (Results 1 – 1 of 1) sorted by relevance
238 size_t total_xfer_length; /* Total number of bytes remaining to be transferred */ member991 srb->total_xfer_length = 0; in build_srb()1031 srb->total_xfer_length += seglen; in build_srb()1039 if (srb->total_xfer_length > reqlen) { in build_srb()1040 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()1041 srb->total_xfer_length = reqlen; in build_srb()1046 srb->total_xfer_length % 2) { in build_srb()1047 srb->total_xfer_length++; in build_srb()1060 srb->request_length = srb->total_xfer_length; in build_srb()1213 srb->total_xfer_length); in dump_register_info()[all …]