Home
last modified time | relevance | path

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

/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h646 int hisi_sas_device_configure(struct scsi_device *sdev,
H A Dhisi_sas_main.c871 int hisi_sas_device_configure(struct scsi_device *sdev, in hisi_sas_device_configure() function
884 EXPORT_SYMBOL_GPL(hisi_sas_device_configure);
H A Dhisi_sas_v1_hw.c1739 .device_configure = hisi_sas_device_configure,
H A Dhisi_sas_v2_hw.c3571 .device_configure = hisi_sas_device_configure,
H A Dhisi_sas_v3_hw.c2910 int ret = hisi_sas_device_configure(sdev, lim); in device_configure_v3_hw()