Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c642 if (i->dft->lldd_clear_nexus_port) { in sas_eh_handle_sas_errors()
646 res = i->dft->lldd_clear_nexus_port(port); in sas_eh_handle_sas_errors()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h642 int (*lldd_clear_nexus_port)(struct asd_sas_port *); member
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dlibsas.rst223 int (*lldd_clear_nexus_port)(struct sas_port *);
273 my_ha->sas_ha.lldd_clear_nexus_port = my_clear_nexus_port;
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dinit.c204 .lldd_clear_nexus_port = isci_task_clear_nexus_port,
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_init.c969 .lldd_clear_nexus_port = asd_clear_nexus_port,