Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/libsas/
Dsas_expander.c162 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_set_ex_phy()
307 ex->ex_phy = kzalloc(sizeof(*ex->ex_phy)*ex->num_phys, GFP_KERNEL); in sas_expander_discover()
308 if (!ex->ex_phy) in sas_expander_discover()
317 kfree(ex->ex_phy); in sas_expander_discover()
318 ex->ex_phy = NULL; in sas_expander_discover()
487 struct ex_phy *phy = &ex->ex_phy[phy_id]; in sas_ex_disable_phy()
499 struct ex_phy *phy = &ex->ex_phy[i]; in sas_ex_disable_port()
613 struct ex_phy *parent_phy) in sas_ex_get_linkrate()
624 struct ex_phy *phy = &parent_ex->ex_phy[i]; in sas_ex_get_linkrate()
649 struct ex_phy *phy = &parent_ex->ex_phy[phy_id]; in sas_ex_discover_end_dev()
[all …]
Dsas_internal.h152 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; in sas_add_parent_port() local
161 sas_port_add_phy(ex->parent_port, ex_phy->phy); in sas_add_parent_port()
Dsas_discover.c241 kfree(dev->ex_dev.ex_phy); in sas_unregister_dev()
242 dev->ex_dev.ex_phy = NULL; in sas_unregister_dev()
Dsas_scsi_host.c440 struct ex_phy *exphy = NULL; in sas_find_local_phy()
450 pdev->ex_dev.ex_phy[i].attached_sas_addr, in sas_find_local_phy()
452 exphy = &pdev->ex_dev.ex_phy[i]; in sas_find_local_phy()
/linux-2.6.39/include/scsi/
Dlibsas.h111 struct ex_phy { struct
149 struct ex_phy *ex_phy; argument
/linux-2.6.39/drivers/scsi/pm8001/
Dpm8001_sas.c630 struct ex_phy *phy; in pm8001_dev_found_notify()
633 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in pm8001_dev_found_notify()
Dpm8001_hwi.c4008 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
/linux-2.6.39/drivers/scsi/mvsas/
Dmv_sas.c1348 struct ex_phy *phy; in mvs_dev_found_notify()
1350 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in mvs_dev_found_notify()