Lines Matching defs:channel
666 if (tmp_sdev->channel != sdev->channel ||
685 if (tmp_sdev->channel != sdev->channel ||
1610 unsigned int channel;
1615 * a channel by channel basis. we should also check to see if any
1620 for (channel = 0; channel <= shost->max_channel; channel++) {
1632 if (channel == scmd_channel(scmd)) {
1647 current->comm, channel));
1651 if (channel == scmd_channel(scmd)) {
1664 current->comm, channel));
2270 * channel - channel on which reset was observed.
2284 void scsi_report_bus_reset(struct Scsi_Host *shost, int channel)
2289 if (channel == sdev_channel(sdev))
2302 * channel - channel on which reset was observed
2317 void scsi_report_device_reset(struct Scsi_Host *shost, int channel, int target)
2322 if (channel == sdev_channel(sdev) &&