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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c79 * @param[in] owning_device The smp remote device that owns this smp phy.
85 SCIF_SAS_REMOTE_DEVICE_T * owning_device,
92 this_smp_phy->owning_device = owning_device;
98 (&owning_device->protocol_device.smp_device.smp_phy_list),
114 SCIF_SAS_REMOTE_DEVICE_T * owning_device = this_smp_phy->owning_device; local
115 SCIF_SAS_CONTROLLER_T * fw_controller = owning_device->domain->controller;
147 ASSERT (this_smp_phy->owning_device != NULL);
172 * @param[in] owning_device Th
83 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
[all...]
H A Dscif_sas_smp_phy.h105 struct SCIF_SAS_REMOTE_DEVICE * owning_device; member in struct:SCIF_SAS_SMP_PHY
147 struct SCIF_SAS_REMOTE_DEVICE * owning_device,
H A Dscif_sas_smp_remote_device.c2144 upstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2154 &(curr_smp_phy->u.attached_phy->owning_device->protocol_device.smp_device)
2224 downstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2227 && downstream_expander->protocol_device.smp_device.curr_config_route_destination_smp_phy->owning_device ==
2228 this_smp_remote_device->curr_config_route_destination_smp_phy->owning_device )
H A Dscif_sas_domain.c1207 current_device = curr_smp_phy->u.attached_phy->owning_device;

Completed in 67 milliseconds