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

/drivers/scsi/
H A Din2000.c1100 hostdata->outgoing_msg[0] = (0x80 | 0x00 | cmd->device->lun);
1102 hostdata->outgoing_msg[0] |= 0x40;
1113 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE;
1114 hostdata->outgoing_msg[2] = 3;
1115 hostdata->outgoing_msg[3] = EXTENDED_SDTR;
1116 hostdata->outgoing_msg[4] = OPTIMUM_SX_PER / 4;
1117 hostdata->outgoing_msg[5] = OPTIMUM_SX_OFF;
1261 hostdata->outgoing_msg[0] = EXTENDED_MESSAGE;
1262 hostdata->outgoing_msg[1] = 3;
1263 hostdata->outgoing_msg[
[all...]
H A Dwd33c93.c898 hostdata->outgoing_msg[0] = (0x80 | 0x00 | cmd->device->lun);
900 hostdata->outgoing_msg[0] |= 0x40;
912 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE;
913 hostdata->outgoing_msg[2] = 3;
914 hostdata->outgoing_msg[3] = EXTENDED_SDTR;
917 0, hostdata->outgoing_msg + 4);
922 hostdata->outgoing_msg + 4);
926 ucp = hostdata->outgoing_msg + 1;
1088 hostdata->outgoing_msg[0] =
1090 hostdata->outgoing_msg[
[all...]
H A Din2000.h297 uchar outgoing_msg[8]; /* send this during next message_out */ member in struct:IN2000_hostdata
H A Dwd33c93.h252 uchar outgoing_msg[8]; /* send this during next message_out */ member in struct:WD33C93_hostdata

Completed in 39 milliseconds