Home
last modified time | relevance | path

Searched defs:sas_domain_function_template (Results 1 – 1 of 1) sorted by relevance

/include/scsi/
Dlibsas.h660 struct sas_domain_function_template { struct
662 void (*lldd_port_formed)(struct asd_sas_phy *);
663 void (*lldd_port_deformed)(struct asd_sas_phy *);
666 int (*lldd_dev_found)(struct domain_device *);
667 void (*lldd_dev_gone)(struct domain_device *);
669 int (*lldd_execute_task)(struct sas_task *, int num,
673 int (*lldd_abort_task)(struct sas_task *);
674 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);
675 int (*lldd_clear_aca)(struct domain_device *, u8 *lun);
676 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);
[all …]