Lines Matching refs:domain_device
65 #define to_dom_device(_obj) container_of(_obj, struct domain_device, dev_obj)
156 struct domain_device { struct
166 struct domain_device *parent; argument
237 struct domain_device *port_dev;
386 static inline struct domain_device *
391 static inline struct domain_device *
396 static inline struct ata_device *sas_to_ata_dev(struct domain_device *dev) in sas_to_ata_dev()
401 static inline struct domain_device *
572 struct domain_device *dev;
643 int (*lldd_dev_found)(struct domain_device *);
644 void (*lldd_dev_gone)(struct domain_device *);
650 int (*lldd_abort_task_set)(struct domain_device *, u8 *lun);
651 int (*lldd_clear_task_set)(struct domain_device *, u8 *lun);
652 int (*lldd_I_T_nexus_reset)(struct domain_device *);
653 int (*lldd_ata_check_ready)(struct domain_device *);
654 void (*lldd_ata_set_dmamode)(struct domain_device *);
655 int (*lldd_lu_reset)(struct domain_device *, u8 *lun);
659 void (*lldd_tmf_exec_complete)(struct domain_device *dev);
690 int sas_execute_internal_abort_single(struct domain_device *device,
693 int sas_execute_internal_abort_dev(struct domain_device *device,
712 struct sas_phy *sas_get_local_phy(struct domain_device *dev);
716 int sas_abort_task_set(struct domain_device *dev, u8 *lun);
717 int sas_clear_task_set(struct domain_device *dev, u8 *lun);
718 int sas_lu_reset(struct domain_device *dev, u8 *lun);
722 struct domain_device *dev);