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

/freebsd-10.3-release/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.h140 }SCIF_SAS_SMP_PHY_T; typedef in typeref:struct:SCIF_SAS_SMP_PHY
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_por
[all...]
H A Dscif_sas_smp_phy.c82 SCIF_SAS_SMP_PHY_T * this_smp_phy,
87 memset(this_smp_phy, 0, sizeof(SCIF_SAS_SMP_PHY_T));
109 SCIF_SAS_SMP_PHY_T * this_smp_phy
140 SCIF_SAS_SMP_PHY_T * this_smp_phy,
177 SCIF_SAS_SMP_PHY_T * this_smp_phy,
183 SCIF_SAS_SMP_PHY_T * attached_smp_phy =
184 (SCIF_SAS_SMP_PHY_T *)scif_sas_smp_remote_device_find_smp_phy_by_id(
212 SCIF_SAS_SMP_PHY_T * this_smp_phy,
213 SCIF_SAS_SMP_PHY_T * attached_smp_phy
250 SCIF_SAS_SMP_PHY_T * scif_sas_smp_phy_find_next_phy_in_wide_por
[all...]
H A Dscif_sas_smp_activity_clear_affiliation.c85 * @return SCIF_SAS_SMP_PHY_T a smp phy, to which clear affiliation phy control command
89 SCIF_SAS_SMP_PHY_T * scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata(
90 SCIF_SAS_SMP_PHY_T * anchor_phy
94 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
98 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
136 SCIF_SAS_SMP_PHY_T * phy_to_clear_affiliation = NULL;
142 (SCIF_SAS_SMP_PHY_T *)smp_device->smp_phy_list.list_head->object
201 SCIF_SAS_SMP_PHY_T * phy_to_clear_affiliation = NULL;
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_smp_remote_device.c1138 SCIF_SAS_SMP_PHY_T * next_phy_in_wide_port = NULL;
1146 (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element);
1766 SCIF_SAS_SMP_PHY_T * scif_sas_smp_remote_device_find_smp_phy_by_id(
1772 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1778 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1804 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1817 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1873 SCIF_SAS_SMP_PHY_T * this_smp_phy = NULL;
1914 SCIF_SAS_SMP_PHY_T * smp_phy = NULL;
1976 SCIF_SAS_SMP_PHY_T * curr_smp_ph
[all...]
H A Dscif_sas_controller.c1035 * @return SCIF_SAS_SMP_PHY_T * An allocated space for smp phy. If failed to allocate,
1038 SCIF_SAS_SMP_PHY_T * scif_sas_controller_allocate_smp_phy(
1042 SCIF_SAS_SMP_PHY_T * smp_phy;
1053 smp_phy = (SCIF_SAS_SMP_PHY_T *)
1059 sizeof(SCIF_SAS_SMP_PHY_T)
1079 SCIF_SAS_SMP_PHY_T * 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;
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);

Completed in 110 milliseconds