Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dscsi.h229 #define IDENTIFY_BASE 0x80 macro
230 #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\
/Linux-v4.19/drivers/scsi/
Dmesh.c1227 if (IDENTIFY_BASE <= code && code <= IDENTIFY_BASE + 7) { in handle_msgin()
1231 } else if (code != cmd->device->lun + IDENTIFY_BASE) { in handle_msgin()
1234 "target %d\n", code - IDENTIFY_BASE, in handle_msgin()
Daha152x.c1673 if(!(MSGI(0) & IDENTIFY_BASE)) { in msgi_run()
1869 if (MSGO(MSGO_I) & IDENTIFY_BASE) in msgo_run()
D53c700.c419 return IDENTIFY_BASE | in NCR_700_identify()
Ddc395x.c2950 if (srb->msgin_buf[0] & IDENTIFY_BASE) { in msgin_phase0()
3158 if (!(rsel_tar_lun_id & (IDENTIFY_BASE << 8))) in reselect()