Home | History | Annotate | Download | only in ic

Lines Matching refs:dleft

904 			ecb->dleft = 0;
909 ecb->dleft = xs->datalen;
1182 ecb->dleft = sizeof(struct scsi_sense_data);
1235 xs->resid = ecb->dleft;
1239 xs->resid = ecb->dleft;
1515 sc->sc_dleft = ecb->dleft;
1647 ecb->dleft = (ecb->flags & ECB_TENTATIVE_DONE) ?
1650 ecb->xs->resid = ecb->dleft;
1742 ecb->dleft = sc->sc_dleft;
1748 sc->sc_dleft = ecb->dleft;
2256 ecb ? ecb->dleft : -1);
2613 sc->sc_dleft = ecb->dleft;
2658 ecb->dleft = (ecb->flags & ECB_TENTATIVE_DONE)
2661 ecb->xs->resid = ecb->dleft;
2911 printf("%s: timed out [ecb %p (flags 0x%x, dleft %x, stat %x)], "
2915 ecb, ecb->flags, ecb->dleft, ecb->stat,