Home
last modified time | relevance | path

Searched refs:hisi_sas_slave_configure (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/scsi/hisi_sas/
Dhisi_sas.h647 extern int hisi_sas_slave_configure(struct scsi_device *sdev);
Dhisi_sas_main.c871 int hisi_sas_slave_configure(struct scsi_device *sdev) in hisi_sas_slave_configure() function
883 EXPORT_SYMBOL_GPL(hisi_sas_slave_configure);
Dhisi_sas_v1_hw.c1744 .slave_configure = hisi_sas_slave_configure,
Dhisi_sas_v2_hw.c3571 .slave_configure = hisi_sas_slave_configure,
Dhisi_sas_v3_hw.c2902 int ret = hisi_sas_slave_configure(sdev); in slave_configure_v3_hw()