Searched defs:ex_phy (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/libsas/
H A Dsas_internal.h170 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
179 sas_port_add_phy(ex->parent_port, ex_phy->phy);
H A Dsas_ata.c283 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy)
312 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy)
337 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; local
350 switch (ex_phy->attached_dev_type) {
354 if (ex_phy->attached_sata_dev)
355 return sas_ata_clear_pending(dev, ex_phy);
H A Dsas_expander.c169 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy)
207 struct ex_phy *phy = &ex->ex_phy[phy_id];
337 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; local
341 if (!ex_phy->port)
344 rphy = ex_phy->port->rphy;
422 ex->ex_phy = kzalloc(sizeof(*ex->ex_phy)*e
975 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
1169 struct ex_phy *ex_phy = &ex->ex_phy[i]; local
1944 struct ex_phy *ex_phy = &dev->ex_dev.ex_phy[phy_id]; local
[all...]

Completed in 67 milliseconds