Searched refs:mptscsih_is_phys_disk (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/message/fusion/ |
D | mptscsih.h | 133 extern int mptscsih_is_phys_disk(MPT_ADAPTER *ioc, u8 channel, u8 id);
|
D | mptspi.c | 420 if (mptscsih_is_phys_disk(ioc, 0, starget->id) == 0) in mptspi_target_alloc() 725 mptscsih_is_phys_disk(ioc, 0, sdev->id) == 0) in mptspi_slave_alloc() 790 mptscsih_is_phys_disk(ioc, 0, SCpnt->device->id) == 0) { in mptspi_qcmd()
|
D | mptscsih.c | 2124 mptscsih_is_phys_disk(MPT_ADAPTER *ioc, u8 channel, u8 id) in mptscsih_is_phys_disk() function 2199 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() 4041 if (mptscsih_is_phys_disk(ioc, fw_channel, fw_id)) { in mptsas_handle_queue_full_event()
|