Lines Matching defs:reply
224 unsigned char *reply = us->iobuf;
290 result = datafab_bulk_read(us, reply, 2);
294 if (reply[0] != 0x50 && reply[1] != 0) {
296 reply[0], reply[1]);
389 unsigned char *reply;
402 reply = kmalloc(512, GFP_NOIO);
403 if (!reply)
416 rc = datafab_bulk_read(us, reply, 512);
420 info->sectors = ((u32)(reply[117]) << 24) |
421 ((u32)(reply[116]) << 16) |
422 ((u32)(reply[115]) << 8) |
423 ((u32)(reply[114]) );
431 kfree(reply);
584 // build the reply