Home
last modified time | relevance | path

Searched refs:attached_sas_address (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/isci/scil/
HDscif_sas_smp_phy.c150 this_smp_phy->attached_sas_address = discover_response->attached_sas_address; in scif_sas_smp_phy_save_information()
265 if (next_phy->attached_sas_address.high == this_smp_phy->attached_sas_address.high in scif_sas_smp_phy_find_next_phy_in_wide_port()
266 &&next_phy->attached_sas_address.low == this_smp_phy->attached_sas_address.low) in scif_sas_smp_phy_find_next_phy_in_wide_port()
HDscif_sas_smp_remote_device.c466 attached_device_address = discover_response->attached_sas_address; in scif_sas_smp_remote_device_decode_initial_discover_response()
782 attached_device_address = discover_response->attached_sas_address; in scif_sas_smp_remote_device_decode_target_reset_discover_response()
1934 fw_device->domain, &discover_response->attached_sas_address); in scif_sas_smp_remote_device_save_smp_phy_info()
1997 curr_smp_phy->attached_sas_address.high, curr_smp_phy->attached_sas_address.low, in scif_sas_smp_remote_device_print_smp_phy_list()
2266 if ((destination_smp_phy->attached_sas_address.low == 0 in scif_sas_smp_remote_device_do_config_route_info()
2267 && destination_smp_phy->attached_sas_address.high == 0) in scif_sas_smp_remote_device_do_config_route_info()
2274 if (destination_smp_phy->attached_sas_address.high == in scif_sas_smp_remote_device_do_config_route_info()
2276 && destination_smp_phy->attached_sas_address.low == in scif_sas_smp_remote_device_do_config_route_info()
2338 curr_smp_phy->attached_sas_address, in scif_sas_smp_remote_device_configure_route_table()
2520 fw_device->domain, &(curr_smp_phy->attached_sas_address)); in scif_sas_smp_remote_device_cancel_config_route_table_activity()
HDscif_sas_smp_phy.h114 SCI_SAS_ADDRESS_T attached_sas_address; member
HDscif_sas_remote_device.c265 sas_address = &smp_response->attached_sas_address; in scif_remote_device_ea_construct()
HDscic_sds_remote_device.c238 discover_response->attached_sas_address.high; in scic_sds_remote_device_get_info_from_smp_discover_response()
241 discover_response->attached_sas_address.low; in scic_sds_remote_device_get_info_from_smp_discover_response()
HDintel_sas.h743 SCI_SAS_ADDRESS_T attached_sas_address; member
/freebsd-11-stable/sys/cam/scsi/
HDsmp_all.h299 uint8_t attached_sas_address[8]; member
/freebsd-11-stable/sbin/camcontrol/
HDcamcontrol.c8599 scsi_8btou64(disresponse->attached_sas_address)); in smpphylist()
8606 disresponse->attached_sas_address)); in smpphylist()