• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/isci/scil/

Lines Matching refs:this_device

1799    SCIF_SAS_REMOTE_DEVICE_T * this_device
1803 &this_device->protocol_device.smp_device;
1809 sci_base_object_get_logger(this_device),
1812 this_device
1825 this_device->protocol_device.smp_device.number_of_phys = 0;
1826 this_device->protocol_device.smp_device.expander_route_indexes = 0;
1827 this_device->protocol_device.smp_device.is_table_to_table_supported = FALSE;
1828 this_device->protocol_device.smp_device.is_externally_configurable = FALSE;
1829 this_device->protocol_device.smp_device.is_able_to_config_others = FALSE;
1831 scif_sas_smp_remote_device_clear(this_device);
2011 * @param[in] this_device The expander device that is currently in discover process.
2016 SCIF_SAS_REMOTE_DEVICE_T * this_device
2019 SCIF_SAS_REMOTE_DEVICE_T * curr_child_expander = this_device;
2021 scif_sas_remote_device_find_upstream_expander(this_device);
2026 sci_base_object_get_logger(this_device),
2029 this_device
2039 this_device->protocol_device.smp_device.smp_phy_list.list_head);
2046 //this_device or a self-configuring expander that configures others;
2050 && curr_config_route_info_expander != this_device
2085 && curr_downstream_expander != this_device )
2108 * @param[in] this_device The given expander device, whose upstream expander is to be found.
2110 * @return The immediate upstream expander. Or a NULL pointer if this_device is root already.
2113 SCIF_SAS_REMOTE_DEVICE_T * this_device
2117 &this_device->protocol_device.smp_device;
2125 sci_base_object_get_logger(this_device),
2128 this_device
2190 * @param[in] this_device The given expander device, whose downstream expander is to be found.
2195 SCIF_SAS_REMOTE_DEVICE_T * this_device
2199 &this_device->protocol_device.smp_device;
2207 sci_base_object_get_logger(this_device),
2210 this_device
2303 //go through the smp phy list of this_device.
2333 //Then config this_device's route table entry at the phy and next route_index.