Home
last modified time | relevance | path

Searched refs:this_smp_phy (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c82 SCIF_SAS_SMP_PHY_T * this_smp_phy, in scif_sas_smp_phy_construct() argument
87 memset(this_smp_phy, 0, sizeof(SCIF_SAS_SMP_PHY_T)); in scif_sas_smp_phy_construct()
89 this_smp_phy->phy_identifier = expander_phy_id; in scif_sas_smp_phy_construct()
90 this_smp_phy->owning_device = owning_device; in scif_sas_smp_phy_construct()
92 sci_fast_list_element_init((this_smp_phy), (&this_smp_phy->list_element)); in scif_sas_smp_phy_construct()
97 (&this_smp_phy->list_element) in scif_sas_smp_phy_construct()
109 SCIF_SAS_SMP_PHY_T * this_smp_phy in scif_sas_smp_phy_destruct() argument
112 SCIF_SAS_REMOTE_DEVICE_T * owning_device = this_smp_phy->owning_device; in scif_sas_smp_phy_destruct()
115 if ( ( this_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE in scif_sas_smp_phy_destruct()
116 || this_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE) in scif_sas_smp_phy_destruct()
[all …]
H A Dscif_sas_smp_phy.h144 SCIF_SAS_SMP_PHY_T * this_smp_phy,
150 SCIF_SAS_SMP_PHY_T * this_smp_phy
154 SCIF_SAS_SMP_PHY_T * this_smp_phy,
160 SCIF_SAS_SMP_PHY_T * this_smp_phy,
166 SCIF_SAS_SMP_PHY_T * this_smp_phy,
171 SCIF_SAS_SMP_PHY_T * this_smp_phy
175 SCIF_SAS_SMP_PHY_T * this_smp_phy
179 SCIF_SAS_SMP_PHY_T * this_smp_phy
H A Dscif_sas_smp_remote_device.c1873 SCIF_SAS_SMP_PHY_T * this_smp_phy = NULL; in scif_sas_smp_remote_device_populate_smp_phy_list() local
1887 this_smp_phy = in scif_sas_smp_remote_device_populate_smp_phy_list()
1890 ASSERT( this_smp_phy != NULL ); in scif_sas_smp_remote_device_populate_smp_phy_list()
1892 if ( this_smp_phy != NULL ) in scif_sas_smp_remote_device_populate_smp_phy_list()
1893 scif_sas_smp_phy_construct(this_smp_phy, fw_device, expander_phy_id); in scif_sas_smp_remote_device_populate_smp_phy_list()