Lines Matching defs:data
113 struct scsi_device **dt; /* ptrs to data transfer elements */
237 ch_read_element_status(scsi_changer *ch, u_int elem, char *data)
265 memcpy(data,buffer+16,16);
296 u_char cmd[10], data[16];
341 VPRINTK(KERN_INFO, "type #4 (dt): 0x%x+%d [data transfer]\n",
361 /* look up the devices of the data transfer elements */
379 (ch,elem+ch->firsts[CHET_DT],data)) {
384 if (data[6] & 0x80) {
387 } else if (0 == (data[6] & 0x30)) {
393 if (data[6] & 0x20) id = data[7];
394 if (data[6] & 0x10) lun = data[6] & 7;
543 u_char data[16];
549 (ch, ch->firsts[type]+i,data)) {
553 put_user(data[2], dest+i);
554 if (data[2] & CESTATUS_EXCEPT)
557 (int)data[4],(int)data[5]);
559 (ch, ch->firsts[type]+i,data);