Searched refs:ex_phy (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/scsi/
H A Dsas_ata.h24 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy);
40 int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy,
89 static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy)
120 static inline int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy,
H A Dlibsas.h82 struct ex_phy { struct
123 struct ex_phy *ex_phy; member in struct:expander_device
/linux-master/drivers/scsi/libsas/
H A Dsas_expander.c149 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy)
187 struct ex_phy *phy = &ex->ex_phy[phy_id];
330 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; local
334 if (!ex_phy->port)
337 rphy = ex_phy->port->rphy;
415 ex->ex_phy = kcalloc(ex->num_phys, sizeof(*ex->ex_phy), GFP_KERNE
952 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
1117 struct ex_phy *ex_phy = &ex->ex_phy[i]; local
1901 struct ex_phy *ex_phy = &dev->ex_dev.ex_phy[phy_id]; local
[all...]
H A Dsas_internal.h126 struct ex_phy *phy)
132 struct ex_phy *phy)
137 static inline bool sas_phy_addr_match(struct ex_phy *p1, struct ex_phy *p2)
195 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
204 sas_port_add_phy(ex->parent_port, ex_phy->phy);
H A Dsas_ata.c255 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy)
283 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy)
333 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; local
346 switch (ex_phy->attached_dev_type) {
350 if (ex_phy->attached_sata_dev)
351 return sas_ata_clear_pending(dev, ex_phy);
674 int sas_ata_add_dev(struct domain_device *parent, struct ex_phy *phy,
H A Dsas_port.c60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i];
H A Dsas_discover.c300 kfree(dev->ex_dev.ex_phy);
/linux-master/drivers/scsi/pm8001/
H A Dpm8001_hwi.c4189 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
H A Dpm80xx_hwi.c4719 phy_id = parent_dev->ex_dev.ex_phy->phy_id;

Completed in 169 milliseconds