Home
last modified time | relevance | path

Searched refs:sdev_channel (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/scsi/aacraid/
Dlinit.c397 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_slave_configure()
418 && sdev_channel(sdev) != CONTAINER_CHANNEL in aac_slave_configure()
420 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) { in aac_slave_configure()
431 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) in aac_slave_configure()
449 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) in aac_slave_configure()
451 if ((sdev_channel(dev) != CONTAINER_CHANNEL) in aac_slave_configure()
465 if (sdev_channel(sdev) != NATIVE_CHANNEL) in aac_slave_configure()
517 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_change_queue_depth()
524 (sdev_channel(sdev) == CONTAINER_CHANNEL)) { in aac_change_queue_depth()
531 (sdev_channel(dev) == CONTAINER_CHANNEL)) in aac_change_queue_depth()
[all …]
/Linux-v5.4/include/scsi/
Dscsi_device.h472 static inline unsigned int sdev_channel(struct scsi_device *sdev) in sdev_channel() function
483 #define scmd_channel(scmd) sdev_channel((scmd)->device)
/Linux-v5.4/drivers/scsi/
Dscsi_error.c2277 if (channel == sdev_channel(sdev)) in scsi_report_bus_reset()
2310 if (channel == sdev_channel(sdev) && in scsi_report_device_reset()
Dhpsa.c2102 if (sdev_channel(sdev) == HPSA_PHYSICAL_DEVICE_BUS) { in hpsa_slave_alloc()
2115 sd = lookup_hpsa_scsi_dev(h, sdev_channel(sdev), in hpsa_slave_alloc()
/Linux-v5.4/drivers/scsi/aic7xxx/
Daic7xxx_osm.c708 channel = sdev_channel(sdev); in ahc_linux_biosparam()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c5823 if (sdev_channel(sdev) == PQI_PHYSICAL_DEVICE_BUS) { in pqi_slave_alloc()
5833 device = pqi_find_scsi_dev(ctrl_info, sdev_channel(sdev), in pqi_slave_alloc()