Searched refs:outgoing_msg (Results 1 – 2 of 2) sorted by relevance
890 hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun); in wd33c93_intr()892 hostdata->outgoing_msg[0] |= 0x40; in wd33c93_intr()904 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE; in wd33c93_intr()905 hostdata->outgoing_msg[2] = 3; in wd33c93_intr()906 hostdata->outgoing_msg[3] = EXTENDED_SDTR; in wd33c93_intr()909 0, hostdata->outgoing_msg + 4); in wd33c93_intr()914 hostdata->outgoing_msg + 4); in wd33c93_intr()918 ucp = hostdata->outgoing_msg + 1; in wd33c93_intr()1080 hostdata->outgoing_msg[0] = in wd33c93_intr()1082 hostdata->outgoing_msg[1] = 3; in wd33c93_intr()[all …]
242 uchar outgoing_msg[8]; /* send this during next message_out */ member