Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dwd33c93.c833 hostdata->outgoing_msg[0] = IDENTIFY(0, cmd->device->lun); in wd33c93_intr()
835 hostdata->outgoing_msg[0] |= 0x40; in wd33c93_intr()
847 hostdata->outgoing_msg[1] = EXTENDED_MESSAGE; in wd33c93_intr()
848 hostdata->outgoing_msg[2] = 3; in wd33c93_intr()
849 hostdata->outgoing_msg[3] = EXTENDED_SDTR; in wd33c93_intr()
852 0, hostdata->outgoing_msg + 4); in wd33c93_intr()
857 hostdata->outgoing_msg + 4); in wd33c93_intr()
861 ucp = hostdata->outgoing_msg + 1; in wd33c93_intr()
1023 hostdata->outgoing_msg[0] = in wd33c93_intr()
1025 hostdata->outgoing_msg[1] = 3; in wd33c93_intr()
[all …]
Dwd33c93.h237 uchar outgoing_msg[8]; /* send this during next message_out */ member