Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/hisi_sas/
Dhisi_sas.h645 int hisi_sas_sdev_configure(struct scsi_device *sdev, struct queue_limits *lim);
Dhisi_sas_main.c895 int hisi_sas_sdev_configure(struct scsi_device *sdev, struct queue_limits *lim) in hisi_sas_sdev_configure() function
907 EXPORT_SYMBOL_GPL(hisi_sas_sdev_configure);
Dhisi_sas_v1_hw.c1756 .sdev_configure = hisi_sas_sdev_configure,
Dhisi_sas_v2_hw.c3591 .sdev_configure = hisi_sas_sdev_configure,
Dhisi_sas_v3_hw.c2924 int ret = hisi_sas_sdev_configure(sdev, lim); in sdev_configure_v3_hw()