Home
last modified time | relevance | path

Searched refs:ex_phy (Results 1 – 7 of 7) sorted by relevance

/drivers/scsi/libsas/
Dsas_expander.c169 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy) in sas_route_char()
207 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy()
349 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata() local
353 if (!ex_phy->port) in sas_ex_to_ata()
356 rphy = ex_phy->port->rphy; in sas_ex_to_ata()
434 ex->ex_phy = kzalloc(sizeof(*ex->ex_phy)*ex->num_phys, GFP_KERNEL); in sas_expander_discover()
435 if (!ex->ex_phy) in sas_expander_discover()
444 kfree(ex->ex_phy); in sas_expander_discover()
445 ex->ex_phy = NULL; in sas_expander_discover()
615 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_ex_disable_phy()
[all …]
Dsas_internal.h170 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; in sas_add_parent_port() local
179 sas_port_add_phy(ex->parent_port, ex_phy->phy); in sas_add_parent_port()
Dsas_ata.c283 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info()
312 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy) in sas_ata_clear_pending()
337 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready() local
350 switch (ex_phy->attached_dev_type) { in smp_ata_check_ready()
354 if (ex_phy->attached_sata_dev) in smp_ata_check_ready()
355 return sas_ata_clear_pending(dev, ex_phy); in smp_ata_check_ready()
Dsas_discover.c277 kfree(dev->ex_dev.ex_phy); in sas_free_device()
/drivers/scsi/pm8001/
Dpm8001_sas.c609 struct ex_phy *phy; in pm8001_dev_found_notify()
612 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in pm8001_dev_found_notify()
Dpm8001_hwi.c4218 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
/drivers/scsi/mvsas/
Dmv_sas.c1306 struct ex_phy *phy; in mvs_dev_found_notify()
1308 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in mvs_dev_found_notify()