Searched refs:mptscsih_is_phys_disk (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/message/fusion/ |
D | mptscsih.h | 133 extern int mptscsih_is_phys_disk(MPT_ADAPTER *ioc, u8 channel, u8 id);
|
D | mptspi.c | 425 if (mptscsih_is_phys_disk(ioc, 0, starget->id) == 0) in mptspi_target_alloc() 730 mptscsih_is_phys_disk(ioc, 0, sdev->id) == 0) in mptspi_slave_alloc() 795 mptscsih_is_phys_disk(ioc, 0, SCpnt->device->id) == 0) { in mptspi_qcmd()
|
D | mptscsih.c | 2122 mptscsih_is_phys_disk(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptscsih_is_phys_disk() function 2197 EXPORT_SYMBOL(mptscsih_is_phys_disk);
|
D | mptsas.c | 1769 if (mptscsih_is_phys_disk(ioc, channel, id)) { in mptsas_target_alloc() 1876 if (mptscsih_is_phys_disk(ioc, in mptsas_slave_alloc() 4042 if (mptscsih_is_phys_disk(ioc, fw_channel, fw_id)) { in mptsas_handle_queue_full_event()
|