Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libsas/
Dsas_expander.c149 static char sas_route_char(struct domain_device *dev, struct ex_phy *phy) in sas_route_char()
187 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy()
330 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata() local
334 if (!ex_phy->port) in sas_ex_to_ata()
337 rphy = ex_phy->port->rphy; in sas_ex_to_ata()
415 ex->ex_phy = kcalloc(ex->num_phys, sizeof(*ex->ex_phy), GFP_KERNEL); in sas_expander_discover()
416 if (!ex->ex_phy) in sas_expander_discover()
425 kfree(ex->ex_phy); in sas_expander_discover()
426 ex->ex_phy = NULL; in sas_expander_discover()
598 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_ex_disable_phy()
[all …]
Dsas_internal.h167 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; in sas_add_parent_port() local
176 sas_port_add_phy(ex->parent_port, ex_phy->phy); in sas_add_parent_port()
Dsas_ata.c244 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info()
272 static int sas_ata_clear_pending(struct domain_device *dev, struct ex_phy *phy) in sas_ata_clear_pending()
297 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready() local
310 switch (ex_phy->attached_dev_type) { in smp_ata_check_ready()
314 if (ex_phy->attached_sata_dev) in smp_ata_check_ready()
315 return sas_ata_clear_pending(dev, ex_phy); in smp_ata_check_ready()
Dsas_port.c60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port()
Dsas_discover.c300 kfree(dev->ex_dev.ex_phy); in sas_free_device()
/linux-6.1.9/include/scsi/
Dsas_ata.h24 int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy);
81 static inline int sas_get_ata_info(struct domain_device *dev, struct ex_phy *phy) in sas_get_ata_info()
Dlibsas.h92 struct ex_phy { struct
133 struct ex_phy *ex_phy; argument
/linux-6.1.9/drivers/scsi/pm8001/
Dpm8001_sas.c648 struct ex_phy *phy; in pm8001_dev_found_notify()
651 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in pm8001_dev_found_notify()
Dpm8001_hwi.c4378 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
Dpm80xx_hwi.c4869 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
/linux-6.1.9/drivers/scsi/mvsas/
Dmv_sas.c1194 struct ex_phy *phy; in mvs_dev_found_notify()
1196 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in mvs_dev_found_notify()
/linux-6.1.9/drivers/scsi/hisi_sas/
Dhisi_sas_main.c796 struct ex_phy *phy; in hisi_sas_dev_found()
799 phy = &parent_dev->ex_dev.ex_phy[phy_no]; in hisi_sas_dev_found()