Lines Matching refs:length
43 static void pdump(struct us_data *us, void *ibuffer, int length);
228 int length; in freecom_transport() local
331 length = le16_to_cpu(fst->Count); in freecom_transport()
334 length = scsi_bufflen(srb); in freecom_transport()
338 if (length > scsi_bufflen(srb)) { in freecom_transport()
339 length = scsi_bufflen(srb); in freecom_transport()
341 length); in freecom_transport()
350 if (!length) in freecom_transport()
358 result = freecom_readdata (srb, us, ipipe, opipe, length); in freecom_transport()
382 if (!length) in freecom_transport()
387 result = freecom_writedata (srb, us, ipipe, opipe, length); in freecom_transport()
474 static void pdump(struct us_data *us, void *ibuffer, int length) in pdump() argument
483 for (i = 0; i < length; i++) { in pdump()
505 from = (length - 1) % 16; in pdump()
506 base = ((length - 1) / 16) * 16; in pdump()