Lines Matching defs:sas_domain_function_template
644 struct sas_domain_function_template { struct
646 void (*lldd_port_formed)(struct asd_sas_phy *);
647 void (*lldd_port_deformed)(struct asd_sas_phy *);
650 int (*lldd_dev_found)(struct domain_device *);
651 void (*lldd_dev_gone)(struct domain_device *);
653 int (*lldd_execute_task)(struct sas_task *, gfp_t gfp_flags);
656 int (*lldd_abort_task)(struct sas_task *);
657 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);
658 int (*lldd_clear_aca)(struct domain_device *, u8 *lun);
659 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);
660 int (*lldd_I_T_nexus_reset)(struct domain_device *);
661 int (*lldd_ata_check_ready)(struct domain_device *);
662 void (*lldd_ata_set_dmamode)(struct domain_device *);
663 int (*lldd_lu_reset)(struct domain_device *, u8 *lun);
664 int (*lldd_query_task)(struct sas_task *);
667 int (*lldd_clear_nexus_port)(struct asd_sas_port *);
668 int (*lldd_clear_nexus_ha)(struct sas_ha_struct *);
671 int (*lldd_control_phy)(struct asd_sas_phy *, enum phy_func, void *);
695 sas_domain_attach_transport(struct sas_domain_function_template *); argument