Lines Matching defs:bytes
99 * specify the number of bytes between the delays expected from a SCSI target.
105 * If a MOVE.B instruction faults, we assume that zero bytes were transferred
289 int bytes;
295 bytes = mac_pdma_recv(s, d, min(hostdata->pdma_residual, 512));
297 if (bytes > 0) {
298 d += bytes;
299 hostdata->pdma_residual -= bytes;
313 if (bytes == 0)
316 if (bytes >= 0)
348 int bytes;
354 bytes = mac_pdma_send(s, d, min(hostdata->pdma_residual, 512));
356 if (bytes > 0) {
357 s += bytes;
358 hostdata->pdma_residual -= bytes;
381 if (bytes == 0)
384 if (bytes >= 0)