Searched refs:ScsiDev (Results 1 – 2 of 2) sorted by relevance
71 int cpqfcTS_TargetDeviceReset(Scsi_Device * ScsiDev, unsigned int reset_flags);400 int cpqfcTS_ioctl(Scsi_Device * ScsiDev, int Cmnd, void *arg) in cpqfcTS_ioctl() argument403 struct Scsi_Host *HostAdapter = ScsiDev->host; in cpqfcTS_ioctl()417 DumCmnd.channel = ScsiDev->channel; // For searching in cpqfcTS_ioctl()418 DumCmnd.target = ScsiDev->id; in cpqfcTS_ioctl()419 DumCmnd.lun = ScsiDev->lun; in cpqfcTS_ioctl()466 ScsiPassThruCmnd = scsi_allocate_device(ScsiDev, 1, 1); in cpqfcTS_ioctl()595 result = cpqfcTS_TargetDeviceReset(ScsiDev, 0); in cpqfcTS_ioctl()1354 int cpqfcTS_TargetDeviceReset(Scsi_Device * ScsiDev, unsigned int reset_flags) in cpqfcTS_TargetDeviceReset() argument1366 if (ScsiDev->host->eh_active) in cpqfcTS_TargetDeviceReset()[all …]
16 extern int cpqfcTS_ioctl(Scsi_Device * ScsiDev, int Cmnd, void *arg);