Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aacraid/
Dlinit.c408 (sdev_channel(sdev) != CONTAINER_CHANNEL) && in aac_slave_configure()
410 (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) { in aac_slave_configure()
417 (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) && in aac_slave_configure()
438 (sdev_channel(sdev) != 2)) && in aac_slave_configure()
440 if ((sdev_channel(dev) != CONTAINER_CHANNEL) in aac_slave_configure()
472 (sdev_channel(sdev) == CONTAINER_CHANNEL)) { in aac_change_queue_depth()
479 (sdev_channel(dev) == CONTAINER_CHANNEL)) in aac_change_queue_depth()
501 if (sdev_channel(sdev) != CONTAINER_CHANNEL) in aac_show_raid_level()
540 host->host_no, sdev_channel(dev), sdev_id(dev), dev->lun); in aac_eh_abort()
/linux-4.4.14/include/scsi/
Dscsi_device.h432 static inline unsigned int sdev_channel(struct scsi_device *sdev) in sdev_channel() function
443 #define scmd_channel(scmd) sdev_channel((scmd)->device)
/linux-4.4.14/drivers/scsi/
Dscsi_error.c2276 if (channel == sdev_channel(sdev)) in scsi_report_bus_reset()
2309 if (channel == sdev_channel(sdev) && in scsi_report_device_reset()
Dhpsa.c1937 if (sdev_channel(sdev) == HPSA_PHYSICAL_DEVICE_BUS) { in hpsa_slave_alloc()
1949 sd = lookup_hpsa_scsi_dev(h, sdev_channel(sdev), in hpsa_slave_alloc()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx_osm.c708 channel = sdev_channel(sdev); in ahc_linux_biosparam()