Searched defs:sas_domain_function_template (Results 1 – 1 of 1) sorted by relevance
651 struct sas_domain_function_template { struct653 void (*lldd_port_formed)(struct asd_sas_phy *);654 void (*lldd_port_deformed)(struct asd_sas_phy *);657 int (*lldd_dev_found)(struct domain_device *);658 void (*lldd_dev_gone)(struct domain_device *);660 int (*lldd_execute_task)(struct sas_task *, gfp_t gfp_flags);663 int (*lldd_abort_task)(struct sas_task *);664 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);665 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);666 int (*lldd_I_T_nexus_reset)(struct domain_device *);[all …]