Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c82 SCIF_SAS_SMP_PHY_T * this_smp_phy, in scif_sas_smp_phy_construct()
87 memset(this_smp_phy, 0, sizeof(SCIF_SAS_SMP_PHY_T)); in scif_sas_smp_phy_construct()
109 SCIF_SAS_SMP_PHY_T * this_smp_phy in scif_sas_smp_phy_destruct()
140 SCIF_SAS_SMP_PHY_T * this_smp_phy, in scif_sas_smp_phy_save_information()
177 SCIF_SAS_SMP_PHY_T * this_smp_phy, in scif_sas_smp_phy_set_attached_phy()
183 SCIF_SAS_SMP_PHY_T * attached_smp_phy = in scif_sas_smp_phy_set_attached_phy()
184 (SCIF_SAS_SMP_PHY_T *)scif_sas_smp_remote_device_find_smp_phy_by_id( in scif_sas_smp_phy_set_attached_phy()
212 SCIF_SAS_SMP_PHY_T * this_smp_phy, in scif_sas_smp_phy_verify_routing_attribute()
213 SCIF_SAS_SMP_PHY_T * attached_smp_phy in scif_sas_smp_phy_verify_routing_attribute()
250 SCIF_SAS_SMP_PHY_T * scif_sas_smp_phy_find_next_phy_in_wide_port( in scif_sas_smp_phy_find_next_phy_in_wide_port()
[all …]
H A Dscif_sas_smp_phy.h140 }SCIF_SAS_SMP_PHY_T; typedef
144 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,
167 SCIF_SAS_SMP_PHY_T * attached_smp_phy
170 SCIF_SAS_SMP_PHY_T * scif_sas_smp_phy_find_next_phy_in_wide_port(
171 SCIF_SAS_SMP_PHY_T * this_smp_phy
174 SCIF_SAS_SMP_PHY_T * scif_sas_smp_phy_find_middle_phy_in_wide_port(
[all …]
H A Dscif_sas_smp_activity_clear_affiliation.c89 SCIF_SAS_SMP_PHY_T * scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata( in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
90 SCIF_SAS_SMP_PHY_T * anchor_phy in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
94 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
98 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
136 SCIF_SAS_SMP_PHY_T * phy_to_clear_affiliation = NULL; in scif_sas_smp_remote_device_start_clear_affiliation()
142 (SCIF_SAS_SMP_PHY_T *)smp_device->smp_phy_list.list_head->object in scif_sas_smp_remote_device_start_clear_affiliation()
201 SCIF_SAS_SMP_PHY_T * phy_to_clear_affiliation = NULL; in scif_sas_smp_remote_device_continue_clear_affiliation()
H A Dscif_sas_smp_remote_device.c1138 SCIF_SAS_SMP_PHY_T * next_phy_in_wide_port = NULL; in scif_sas_smp_remote_device_continue_current_activity()
1146 (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element); in scif_sas_smp_remote_device_continue_current_activity()
1766 SCIF_SAS_SMP_PHY_T * scif_sas_smp_remote_device_find_smp_phy_by_id( in scif_sas_smp_remote_device_find_smp_phy_by_id()
1772 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_find_smp_phy_by_id()
1778 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_find_smp_phy_by_id()
1804 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_removed()
1817 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_removed()
1873 SCIF_SAS_SMP_PHY_T * this_smp_phy = NULL; in scif_sas_smp_remote_device_populate_smp_phy_list()
1914 SCIF_SAS_SMP_PHY_T * smp_phy = NULL; in scif_sas_smp_remote_device_save_smp_phy_info()
1976 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_print_smp_phy_list()
[all …]
H A Dscif_sas_controller.h185 SCIF_SAS_SMP_PHY_T smp_phy_array[SCIF_SAS_SMP_PHY_COUNT];
246 SCIF_SAS_SMP_PHY_T * scif_sas_controller_allocate_smp_phy(
252 SCIF_SAS_SMP_PHY_T * smp_phy
H A Dscif_sas_controller.c1038 SCIF_SAS_SMP_PHY_T * scif_sas_controller_allocate_smp_phy( in scif_sas_controller_allocate_smp_phy()
1042 SCIF_SAS_SMP_PHY_T * smp_phy; in scif_sas_controller_allocate_smp_phy()
1053 smp_phy = (SCIF_SAS_SMP_PHY_T *) in scif_sas_controller_allocate_smp_phy()
1059 sizeof(SCIF_SAS_SMP_PHY_T) in scif_sas_controller_allocate_smp_phy()
1079 SCIF_SAS_SMP_PHY_T * smp_phy in scif_sas_controller_free_smp_phy()
H A Dscif_sas_smp_remote_device.h339 SCIF_SAS_SMP_PHY_T * scif_sas_smp_remote_device_find_smp_phy_by_id(
H A Dscif_sas_domain.c1191 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_domain_remove_expander_device()
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_domain_remove_expander_device()