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 */ member988 srb->total_xfer_length = 0; in build_srb()1028 srb->total_xfer_length += seglen; in build_srb()1036 if (srb->total_xfer_length > reqlen) { in build_srb()1037 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()1038 srb->total_xfer_length = reqlen; in build_srb()1043 srb->total_xfer_length % 2) { in build_srb()1044 srb->total_xfer_length++; in build_srb()1057 srb->request_length = srb->total_xfer_length; in build_srb()1210 srb->total_xfer_length); in dump_register_info()[all …]