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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c882 hostdata->outgoing_msg[0] = (0x80 | 0x00 | cmd->device->lun);
884 hostdata->outgoing_msg[0] |= 0x40;
896 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE;
897 hostdata->outgoing_msg[2] = 3;
898 hostdata->outgoing_msg[3] = EXTENDED_SDTR;
901 0, hostdata->outgoing_msg + 4);
906 hostdata->outgoing_msg + 4);
910 ucp = hostdata->outgoing_msg + 1;
1072 hostdata->outgoing_msg[0] =
1074 hostdata->outgoing_msg[
[all...]
H A Din2000.c972 hostdata->outgoing_msg[0] = (0x80 | 0x00 | cmd->device->lun);
974 hostdata->outgoing_msg[0] |= 0x40;
985 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE;
986 hostdata->outgoing_msg[2] = 3;
987 hostdata->outgoing_msg[3] = EXTENDED_SDTR;
988 hostdata->outgoing_msg[4] = OPTIMUM_SX_PER / 4;
989 hostdata->outgoing_msg[5] = OPTIMUM_SX_OFF;
1133 hostdata->outgoing_msg[0] = EXTENDED_MESSAGE;
1134 hostdata->outgoing_msg[1] = 3;
1135 hostdata->outgoing_msg[
[all...]
H A Dwd33c93.h252 uchar outgoing_msg[8]; /* send this during next message_out */ member in struct:WD33C93_hostdata
H A Din2000.h297 uchar outgoing_msg[8]; /* send this during next message_out */ member in struct:IN2000_hostdata

Completed in 106 milliseconds