Home
last modified time | relevance | path

Searched refs:attached_phy (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c117 && this_smp_phy->u.attached_phy != NULL ) in scif_sas_smp_phy_destruct()
120 this_smp_phy->u.attached_phy->attached_device_type = SMP_NO_DEVICE_ATTACHED; in scif_sas_smp_phy_destruct()
121 this_smp_phy->u.attached_phy->u.attached_phy = NULL; in scif_sas_smp_phy_destruct()
190 this_smp_phy->u.attached_phy = attached_smp_phy; in scif_sas_smp_phy_set_attached_phy()
191 attached_smp_phy->u.attached_phy = this_smp_phy; in scif_sas_smp_phy_set_attached_phy()
H A Dscif_sas_smp_phy.h91 struct SCIF_SAS_SMP_PHY * attached_phy; member
H A Dscif_sas_smp_remote_device.c1960 smp_phy, smp_phy->u.attached_phy) != SCI_SUCCESS ) in scif_sas_smp_remote_device_save_smp_phy_info()
2137 && curr_smp_phy->u.attached_phy != NULL in scif_sas_remote_device_find_upstream_expander()
2138 && curr_smp_phy->u.attached_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE ) in scif_sas_remote_device_find_upstream_expander()
2142 upstream_expander = curr_smp_phy->u.attached_phy->owning_device; in scif_sas_remote_device_find_upstream_expander()
2151 curr_smp_phy->u.attached_phy->phy_identifier, in scif_sas_remote_device_find_upstream_expander()
2152 &(curr_smp_phy->u.attached_phy->owning_device->protocol_device.smp_device) in scif_sas_remote_device_find_upstream_expander()
2218 && curr_smp_phy->u.attached_phy != NULL) in scif_sas_remote_device_find_downstream_expander()
2222 downstream_expander = curr_smp_phy->u.attached_phy->owning_device; in scif_sas_remote_device_find_downstream_expander()
H A Dscif_sas_domain.c1205 current_device = curr_smp_phy->u.attached_phy->owning_device; in scif_sas_domain_remove_expander_device()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.h674 bit8 attached_phy; member
H A Dtdioctl.c749 PhyDetails[i].attached_phy = saRoot->phys[i].sasIdentify.phyIdentifier; in tiCOMMgntIOCTL()