Searched refs:outgoing_msg (Results 1 – 2 of 2) sorted by relevance
899 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 …]
252 uchar outgoing_msg[8]; /* send this during next message_out */ member