Searched refs:total_xfer_length (Results 1 – 1 of 1) sorted by relevance
237 size_t total_xfer_length; /* Total number of bytes remaining to be transfered */ member990 srb->total_xfer_length = 0; in build_srb()1030 srb->total_xfer_length += seglen; in build_srb()1038 if (srb->total_xfer_length > reqlen) { in build_srb()1039 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()1040 srb->total_xfer_length = reqlen; in build_srb()1045 srb->total_xfer_length % 2) { in build_srb()1046 srb->total_xfer_length++; in build_srb()1059 srb->request_length = srb->total_xfer_length; in build_srb()1211 srb->total_xfer_length); in dump_register_info()[all …]