Home
last modified time | relevance | path

Searched refs:outgoing_msg (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/
Din2000.c1100 hostdata->outgoing_msg[0] = (0x80 | 0x00 | cmd->device->lun); in in2000_intr()
1102 hostdata->outgoing_msg[0] |= 0x40; in in2000_intr()
1113 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE; in in2000_intr()
1114 hostdata->outgoing_msg[2] = 3; in in2000_intr()
1115 hostdata->outgoing_msg[3] = EXTENDED_SDTR; in in2000_intr()
1116 hostdata->outgoing_msg[4] = OPTIMUM_SX_PER / 4; in in2000_intr()
1117 hostdata->outgoing_msg[5] = OPTIMUM_SX_OFF; in in2000_intr()
1261 hostdata->outgoing_msg[0] = EXTENDED_MESSAGE; in in2000_intr()
1262 hostdata->outgoing_msg[1] = 3; in in2000_intr()
1263 hostdata->outgoing_msg[2] = EXTENDED_SDTR; in in2000_intr()
[all …]
Dwd33c93.c899 hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun); in wd33c93_intr()
901 hostdata->outgoing_msg[0] |= 0x40; in wd33c93_intr()
913 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE; in wd33c93_intr()
914 hostdata->outgoing_msg[2] = 3; in wd33c93_intr()
915 hostdata->outgoing_msg[3] = EXTENDED_SDTR; in wd33c93_intr()
918 0, hostdata->outgoing_msg + 4); in wd33c93_intr()
923 hostdata->outgoing_msg + 4); in wd33c93_intr()
927 ucp = hostdata->outgoing_msg + 1; in wd33c93_intr()
1089 hostdata->outgoing_msg[0] = in wd33c93_intr()
1091 hostdata->outgoing_msg[1] = 3; in wd33c93_intr()
[all …]
Dwd33c93.h252 uchar outgoing_msg[8]; /* send this during next message_out */ member
Din2000.h297 uchar outgoing_msg[8]; /* send this during next message_out */ member