Searched refs:total_xfer_length (Results 1 – 1 of 1) sorted by relevance
222 size_t total_xfer_length; /* Total number of bytes remaining to be transferred */ member873 srb->total_xfer_length = 0; in build_srb()913 srb->total_xfer_length += seglen; in build_srb()921 if (srb->total_xfer_length > reqlen) { in build_srb()922 sgp->length -= (srb->total_xfer_length - reqlen); in build_srb()923 srb->total_xfer_length = reqlen; in build_srb()928 srb->total_xfer_length % 2) { in build_srb()929 srb->total_xfer_length++; in build_srb()940 srb->request_length = srb->total_xfer_length; in build_srb()1061 srb->total_xfer_length); in DEF_SCSI_QCMD()[all …]