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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_expander.c162 struct ex_phy *phy = &ex->ex_phy[phy_id];
298 ex->ex_phy = kzalloc(sizeof(*ex->ex_phy)*ex->num_phys, GFP_KERNEL);
299 if (!ex->ex_phy)
308 kfree(ex->ex_phy);
309 ex->ex_phy = NULL;
478 struct ex_phy *phy = &ex->ex_phy[phy_id];
490 struct ex_phy *ph
851 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
1043 struct ex_phy *ex_phy = &ex->ex_phy[i]; local
1804 struct ex_phy *ex_phy = &dev->ex_dev.ex_phy[phy_id]; local
[all...]
H A Dsas_internal.h155 struct ex_phy *ex_phy = &ex->ex_phy[phy_id]; local
163 sas_port_add_phy(ex->parent_port, ex_phy->phy);
H A Dsas_discover.c241 kfree(dev->ex_dev.ex_phy);
242 dev->ex_dev.ex_phy = NULL;
H A Dsas_scsi_host.c436 struct ex_phy *exphy = NULL;
446 pdev->ex_dev.ex_phy[i].attached_sas_addr,
448 exphy = &pdev->ex_dev.ex_phy[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibsas.h111 struct ex_phy { struct
149 struct ex_phy *ex_phy; member in struct:expander_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_sas.c630 struct ex_phy *phy;
633 phy = &parent_dev->ex_dev.ex_phy[phy_id];
H A Dpm8001_hwi.c4011 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_sas.c1340 struct ex_phy *phy;
1342 phy = &parent_dev->ex_dev.ex_phy[phy_id];

Completed in 279 milliseconds