Lines Matching defs:nbytes
449 u32 nbytes,
470 while (nbytes) {
474 to_copy = min(nbytes, PPC4XX_SD_BUFFER_SIZE *
477 nbytes -= to_copy;
663 unsigned int nbytes = datalen;
696 nbytes += assoclen;
805 while (nbytes) {
808 len = min(sg->length, nbytes);
814 if (len >= nbytes)
817 nbytes -= sg->length;
824 src->offset, min(nbytes, src->length),
851 nbytes = datalen;
860 if (nbytes >= PPC4XX_SD_BUFFER_SIZE)
861 nbytes -= PPC4XX_SD_BUFFER_SIZE;
863 nbytes = 0;
864 while (nbytes) {
870 if (nbytes >= PPC4XX_SD_BUFFER_SIZE) {
871 nbytes -= PPC4XX_SD_BUFFER_SIZE;
875 * which is more than nbytes, so done.
877 nbytes = 0;