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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c76 * @param[in] this_smp_phy The memory space to store a phy
78 * @param[in] expander_phy_id The expander phy id for this_smp_phy.
82 SCIF_SAS_SMP_PHY_T * this_smp_phy,
87 memset(this_smp_phy, 0, sizeof(SCIF_SAS_SMP_PHY_T));
89 this_smp_phy->phy_identifier = expander_phy_id;
90 this_smp_phy->owning_device = owning_device;
92 sci_fast_list_element_init((this_smp_phy), (&this_smp_phy->list_element));
97 (&this_smp_phy->list_element)
104 * @param[in] this_smp_phy Th
81 scif_sas_smp_phy_construct( SCIF_SAS_SMP_PHY_T * this_smp_phy, SCIF_SAS_REMOTE_DEVICE_T * owning_device, U8 expander_phy_id ) argument
139 scif_sas_smp_phy_save_information( SCIF_SAS_SMP_PHY_T * this_smp_phy, SCIF_SAS_REMOTE_DEVICE_T * attached_device, SMP_RESPONSE_DISCOVER_T * discover_response ) argument
176 scif_sas_smp_phy_set_attached_phy( SCIF_SAS_SMP_PHY_T * this_smp_phy, U8 attached_phy_identifier, SCIF_SAS_REMOTE_DEVICE_T * attached_remote_device ) argument
211 scif_sas_smp_phy_verify_routing_attribute( SCIF_SAS_SMP_PHY_T * this_smp_phy, SCIF_SAS_SMP_PHY_T * attached_smp_phy ) argument
[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; local
1887 this_smp_phy =
1890 ASSERT( this_smp_phy != NULL );
1892 if ( this_smp_phy != NULL )
1893 scif_sas_smp_phy_construct(this_smp_phy, fw_device, expander_phy_id);

Completed in 76 milliseconds