Searched refs:ex_phy (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/scsi/libsas/ |
| H A D | sas_expander.c | 29 static void sas_port_add_ex_phy(struct sas_port *port, struct ex_phy *ex_phy) in sas_port_add_ex_phy() argument 31 sas_port_add_phy(port, ex_phy->phy); in sas_port_add_ex_phy() 32 ex_phy->port = port; in sas_port_add_ex_phy() 33 ex_phy->phy_state = PHY_DEVICE_DISCOVERED; in sas_port_add_ex_phy() 39 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; in sas_ex_add_parent_port() local 48 sas_port_add_ex_phy(ex->parent_port, ex_phy); in sas_ex_add_parent_port() 171 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy) in sas_route_char() 209 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy() 351 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata() local 355 if (!ex_phy->port) in sas_ex_to_ata() [all …]
|
| H A D | sas_internal.h | 127 struct ex_phy *phy) in sas_phy_match_dev_addr() 133 struct ex_phy *phy) in sas_phy_match_port_addr() 138 static inline bool sas_phy_addr_match(struct ex_phy *p1, struct ex_phy *p2) in sas_phy_addr_match() 217 int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy, 277 static inline int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy, in sas_ata_add_dev()
|
| H A D | sas_ata.c | 255 static int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info() 283 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy) in sas_ata_clear_pending() 333 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready() local 346 switch (ex_phy->attached_dev_type) { in smp_ata_check_ready() 350 if (ex_phy->attached_sata_dev) in smp_ata_check_ready() 351 return sas_ata_clear_pending(dev, ex_phy); in smp_ata_check_ready() 671 int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy, in sas_ata_add_dev()
|
| H A D | sas_port.c | 60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port()
|
| H A D | sas_discover.c | 300 kfree(dev->ex_dev.ex_phy); in sas_free_device()
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm8001_sas.c | 138 return dev->parent->ex_dev.ex_phy->phy_id; in pm80xx_get_local_phy_id()
|