Home
last modified time | relevance | path

Searched refs:IDENTIFY_BASE (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/scsi/
Dscsi.h510 #define IDENTIFY_BASE 0x80 macro
511 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\
/linux-2.6.39/drivers/scsi/
Dmesh.c1229 if (IDENTIFY_BASE <= code && code <= IDENTIFY_BASE + 7) { in handle_msgin()
1233 } else if (code != cmd->device->lun + IDENTIFY_BASE) { in handle_msgin()
1236 "target %d\n", code - IDENTIFY_BASE, in handle_msgin()
Daha152x.c1835 if(!(MSGI(0) & IDENTIFY_BASE)) { in msgi_run()
2038 if (MSGO(MSGO_I) & IDENTIFY_BASE) in msgo_run()
Ddc395x.c2954 if (srb->msgin_buf[0] & IDENTIFY_BASE) { in msgin_phase0()
3162 if (!(rsel_tar_lun_id & (IDENTIFY_BASE << 8))) in reselect()
D53c700.c424 return IDENTIFY_BASE | in NCR_700_identify()
Dtmscsim.c1617 if (!(lun & IDENTIFY_BASE)) printk (KERN_ERR "DC390: Resel: Expect identify message!\n"); in dc390_Reselect()