Searched defs:sas_domain_function_template (Results 1 – 2 of 2) sorted by relevance
639 struct sas_domain_function_template { struct641 void (*lldd_port_formed)(struct asd_sas_phy *);642 void (*lldd_port_deformed)(struct asd_sas_phy *);645 int (*lldd_dev_found)(struct domain_device *);646 void (*lldd_dev_gone)(struct domain_device *);648 int (*lldd_execute_task)(struct sas_task *, gfp_t gfp_flags);651 int (*lldd_abort_task)(struct sas_task *);652 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);653 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);654 int (*lldd_I_T_nexus_reset)(struct domain_device *);[all …]
625 struct sas_domain_function_template { struct627 void (*lldd_port_formed)(struct asd_sas_phy *);628 void (*lldd_port_deformed)(struct asd_sas_phy *);631 int (*lldd_dev_found)(struct domain_device *);632 void (*lldd_dev_gone)(struct domain_device *);634 int (*lldd_execute_task)(struct sas_task *, gfp_t gfp_flags);637 int (*lldd_abort_task)(struct sas_task *);638 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);639 int (*lldd_clear_aca)(struct domain_device *, u8 *lun);640 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);[all …]