Lines Matching refs:domain_device
18 static inline int dev_is_sata(struct domain_device *dev)
24 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy);
25 int sas_ata_init(struct domain_device *dev);
29 void sas_ata_schedule_reset(struct domain_device *dev);
30 void sas_ata_wait_eh(struct domain_device *dev);
35 void sas_ata_device_link_abort(struct domain_device *dev, bool force_reset);
36 int sas_execute_ata_cmd(struct domain_device *device, u8 *fis,
39 int sas_discover_sata(struct domain_device *dev);
40 int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy,
41 struct domain_device *child, int phy_id);
49 static inline int dev_is_sata(struct domain_device *dev)
53 static inline int sas_ata_init(struct domain_device *dev)
69 static inline void sas_ata_schedule_reset(struct domain_device *dev)
73 static inline void sas_ata_wait_eh(struct domain_device *dev)
89 static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy)
98 static inline void sas_ata_device_link_abort(struct domain_device *dev,
103 static inline int sas_execute_ata_cmd(struct domain_device *device, u8 *fis,
114 static inline int sas_discover_sata(struct domain_device *dev)
120 static inline int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy,
121 struct domain_device *child, int phy_id)