Lines Matching refs:length
46 static void pdump(struct us_data *us, void *ibuffer, int length);
231 int length; in freecom_transport() local
334 length = le16_to_cpu(fst->Count); in freecom_transport()
337 length = scsi_bufflen(srb); in freecom_transport()
341 if (length > scsi_bufflen(srb)) { in freecom_transport()
342 length = scsi_bufflen(srb); in freecom_transport()
344 length); in freecom_transport()
353 if (!length) in freecom_transport()
361 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
385 if (!length) in freecom_transport()
390 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
477 static void pdump(struct us_data *us, void *ibuffer, int length) in pdump() argument
486 for (i = 0; i < length; i++) { in pdump()
508 from = (length - 1) % 16; in pdump()
509 base = ((length - 1) / 16) * 16; in pdump()