sdev_channel      397 drivers/scsi/aacraid/linit.c 	chn = aac_logical_to_phys(sdev_channel(sdev));
sdev_channel      418 drivers/scsi/aacraid/linit.c 	 && sdev_channel(sdev) != CONTAINER_CHANNEL
sdev_channel      420 drivers/scsi/aacraid/linit.c 	 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))) {
sdev_channel      431 drivers/scsi/aacraid/linit.c 	 &&  (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))
sdev_channel      449 drivers/scsi/aacraid/linit.c 			 && (!aac->raid_scsi_mode || (sdev_channel(sdev) != 2))
sdev_channel      451 drivers/scsi/aacraid/linit.c 				if ((sdev_channel(dev) != CONTAINER_CHANNEL)
sdev_channel      465 drivers/scsi/aacraid/linit.c 		if (sdev_channel(sdev) != NATIVE_CHANNEL)
sdev_channel      517 drivers/scsi/aacraid/linit.c 	chn = aac_logical_to_phys(sdev_channel(sdev));
sdev_channel      524 drivers/scsi/aacraid/linit.c 	    (sdev_channel(sdev) == CONTAINER_CHANNEL)) {
sdev_channel      531 drivers/scsi/aacraid/linit.c 			    (sdev_channel(dev) == CONTAINER_CHANNEL))
sdev_channel      556 drivers/scsi/aacraid/linit.c 	if (sdev_channel(sdev) != CONTAINER_CHANNEL)
sdev_channel      581 drivers/scsi/aacraid/linit.c 	if (sdev_channel(sdev) == CONTAINER_CHANNEL)
sdev_channel      689 drivers/scsi/aacraid/linit.c 		 host->host_no, sdev_channel(dev), sdev_id(dev), (int)dev->lun);
sdev_channel      744 drivers/scsi/aacraid/linit.c 			host->host_no, sdev_channel(dev), sdev_id(dev),
sdev_channel      708 drivers/scsi/aic7xxx/aic7xxx_osm.c 	channel = sdev_channel(sdev);
sdev_channel     2102 drivers/scsi/hpsa.c 	if (sdev_channel(sdev) == HPSA_PHYSICAL_DEVICE_BUS) {
sdev_channel     2115 drivers/scsi/hpsa.c 		sd = lookup_hpsa_scsi_dev(h, sdev_channel(sdev),
sdev_channel     2277 drivers/scsi/scsi_error.c 		if (channel == sdev_channel(sdev))
sdev_channel     2310 drivers/scsi/scsi_error.c 		if (channel == sdev_channel(sdev) &&
sdev_channel     5777 drivers/scsi/smartpqi/smartpqi_init.c 	if (sdev_channel(sdev) == PQI_PHYSICAL_DEVICE_BUS) {
sdev_channel     5787 drivers/scsi/smartpqi/smartpqi_init.c 		device = pqi_find_scsi_dev(ctrl_info, sdev_channel(sdev),
sdev_channel      483 include/scsi/scsi_device.h #define scmd_channel(scmd) sdev_channel((scmd)->device)