Searched refs:total_xfer_length (Results 1 – 1 of 1) sorted by relevance
163 size_t total_xfer_length; /* Total number of bytes remaining to be transferred */ member799 srb->total_xfer_length = 0; in build_srb()829 srb->total_xfer_length += seglen; in build_srb()837 if (srb->total_xfer_length > reqlen) { in build_srb()838 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()839 srb->total_xfer_length = reqlen; in build_srb()844 srb->total_xfer_length % 2) { in build_srb()845 srb->total_xfer_length++; in build_srb()854 srb->request_length = srb->total_xfer_length; in build_srb()1534 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ in sg_update_list()[all …]