Searched refs:attached_phy (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c117 && this_smp_phy->u.attached_phy != NULL )
120 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED;
121 this_smp_phy->u.attached_phy->u.attached_phy = NULL;
161 //if attached device type is expander, we will set u.attached_phy later when the
162 //the attached expander finish its discover on attached_phy.
190 this_smp_phy->u.attached_phy = attached_smp_phy;
191 attached_smp_phy->u.attached_phy = this_smp_phy;
H A Dscif_sas_smp_phy.h91 struct SCIF_SAS_SMP_PHY * attached_phy; member in union:SCIF_SAS_SMP_PHY::__anon8586
H A Dscif_sas_smp_remote_device.c1960 smp_phy, smp_phy->u.attached_phy) != SCI_SUCCESS )
2137 && curr_smp_phy->u.attached_phy != NULL
2138 && curr_smp_phy->u.attached_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE )
2142 upstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2151 curr_smp_phy->u.attached_phy->phy_identifier,
2152 &(curr_smp_phy->u.attached_phy->owning_device->protocol_device.smp_device)
2218 && curr_smp_phy->u.attached_phy != NULL)
2222 downstream_expander = curr_smp_phy->u.attached_phy->owning_device;
H A Dscif_sas_domain.c1205 current_device = curr_smp_phy->u.attached_phy->owning_device;

Completed in 104 milliseconds