Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c83 SCIF_SAS_REMOTE_DEVICE_T * owning_device, in scif_sas_smp_phy_construct() argument
90 this_smp_phy->owning_device = owning_device; in scif_sas_smp_phy_construct()
96 (&owning_device->protocol_device.smp_device.smp_phy_list), in scif_sas_smp_phy_construct()
112 SCIF_SAS_REMOTE_DEVICE_T * owning_device = this_smp_phy->owning_device; in scif_sas_smp_phy_destruct() local
113 SCIF_SAS_CONTROLLER_T * fw_controller = owning_device->domain->controller; in scif_sas_smp_phy_destruct()
145 ASSERT (this_smp_phy->owning_device != NULL); in scif_sas_smp_phy_save_information()
231 if ( ! this_smp_phy->owning_device->protocol_device.smp_device.is_table_to_table_supported in scif_sas_smp_phy_verify_routing_attribute()
232 … || !attached_smp_phy->owning_device->protocol_device.smp_device.is_table_to_table_supported ) in scif_sas_smp_phy_verify_routing_attribute()
H A Dscif_sas_smp_phy.h103 struct SCIF_SAS_REMOTE_DEVICE * owning_device; member
145 struct SCIF_SAS_REMOTE_DEVICE * owning_device,
H A Dscif_sas_smp_remote_device.c2142 upstream_expander = curr_smp_phy->u.attached_phy->owning_device; 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()
2222 downstream_expander = curr_smp_phy->u.attached_phy->owning_device; in scif_sas_remote_device_find_downstream_expander()
2225 …stream_expander->protocol_device.smp_device.curr_config_route_destination_smp_phy->owning_device == in scif_sas_remote_device_find_downstream_expander()
2226 this_smp_remote_device->curr_config_route_destination_smp_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()