Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aacraid/
H A Dlinit.c398 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_slave_configure()
419 && sdev_channel(sdev) != CONTAINER_CHANNEL in aac_slave_configure()
421 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) { in aac_slave_configure()
432 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) in aac_slave_configure()
450 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2)) in aac_slave_configure()
452 if ((sdev_channel(dev) != CONTAINER_CHANNEL) in aac_slave_configure()
466 if (sdev_channel(sdev) != NATIVE_CHANNEL) in aac_slave_configure()
521 chn = aac_logical_to_phys(sdev_channel(sdev)); in aac_change_queue_depth()
528 (sdev_channel(sdev) == CONTAINER_CHANNEL)) { in aac_change_queue_depth()
535 (sdev_channel(dev) == CONTAINER_CHANNEL)) in aac_change_queue_depth()
[all …]
/openbmc/linux/include/scsi/
H A Dscsi_device.h522 static inline unsigned int sdev_channel(struct scsi_device *sdev) in sdev_channel() function
533 #define scmd_channel(scmd) sdev_channel((scmd)->device)
/openbmc/linux/drivers/scsi/
H A Dscsi_error.c2391 if (channel == sdev_channel(sdev)) in scsi_report_bus_reset()
2424 if (channel == sdev_channel(sdev) && in scsi_report_device_reset()
H A Dhpsa.c2118 if (sdev_channel(sdev) == HPSA_PHYSICAL_DEVICE_BUS) { in hpsa_slave_alloc()
2131 sd = lookup_hpsa_scsi_dev(h, sdev_channel(sdev), in hpsa_slave_alloc()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c696 channel = sdev_channel(sdev); in ahc_linux_biosparam()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6476 if (sdev_channel(sdev) == PQI_PHYSICAL_DEVICE_BUS) { in pqi_slave_alloc()
6490 device = pqi_find_scsi_dev(ctrl_info, sdev_channel(sdev), in pqi_slave_alloc()