Searched refs:RAID_CHANNEL (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/scsi/leapraid/ |
| H A D | leapraid_os.c | 461 if (scmd->device->channel == RAID_CHANNEL && in leapraid_scsiio_done_dispatch() 591 rc = scsi_add_device(adapter->shost, RAID_CHANNEL, in leapraid_probe_raid() 703 case RAID_CHANNEL: in leapraid_probe_boot_dev() 711 if (scsi_add_device(adapter->shost, RAID_CHANNEL, in leapraid_probe_boot_dev() 1172 if (tgt->channel == RAID_CHANNEL) { in leapraid_sdev_init() 1460 if (tgt->channel == RAID_CHANNEL) in leapraid_target_alloc() 1522 if (tgt->channel == RAID_CHANNEL) { in leapraid_target_destroy()
|
| H A D | leapraid_func.h | 70 #define RAID_CHANNEL 1 macro
|
| H A D | leapraid_func.c | 1334 leapraid_clear_cached_boot_dev(adapter, raid_volume, RAID_CHANNEL); in leapraid_raid_volume_remove() 1646 if (chnl == RAID_CHANNEL) in leapraid_boot_dev_get() 1657 if (chnl == RAID_CHANNEL) in leapraid_boot_dev_put() 1735 case RAID_CHANNEL: in leapraid_check_boot_dev() 4362 raid_volume->channel = RAID_CHANNEL; in leapraid_sas_volume_add() 4367 if (scsi_add_device(adapter->shost, RAID_CHANNEL, in leapraid_sas_volume_add() 4374 leapraid_check_boot_dev(adapter, raid_volume, RAID_CHANNEL); in leapraid_sas_volume_add()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_scsih.c | 60 #define RAID_CHANNEL 1 macro 645 if (channel == RAID_CHANNEL) { in _scsih_determine_boot_device() 1952 if (starget->channel == RAID_CHANNEL) { in scsih_target_alloc() 2035 if (starget->channel == RAID_CHANNEL) { in scsih_target_destroy() 2128 if (starget->channel == RAID_CHANNEL) { in scsih_sdev_init() 2290 return (sdev->channel == RAID_CHANNEL) ? 1 : 0; in scsih_is_raid() 6163 } else if ((scmd->device->channel == RAID_CHANNEL) && in _scsih_io_done() 10280 raid_device->channel = RAID_CHANNEL; in _scsih_sas_volume_add() 10285 rc = scsi_add_device(ioc->shost, RAID_CHANNEL, in _scsih_sas_volume_add() 10698 raid_device->channel = RAID_CHANNEL; in _scsih_sas_ir_volume_event() [all …]
|