Searched refs:max_controller_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_library.c89 U8 max_controller_count
92 return ( SCIF_LIBRARY_SIZE(max_controller_count) +
93 scic_library_get_object_size(max_controller_count) );
100 U8 max_controller_count
107 memset(fw_library, 0, scif_library_get_object_size(max_controller_count));
112 max_controller_count,
124 SCIF_LIBRARY_SIZE(max_controller_count),
125 max_controller_count
H A Dscif_library.h81 * @param[in] max_controller_count the maximum number of controllers that
89 U8 max_controller_count
97 * @param[in] max_controller_count the maximum number of controllers that
104 U8 max_controller_count
H A Dscic_library.h107 * @param[in] max_controller_count the maximum number of controllers that
115 U8 max_controller_count
137 * @param[in] max_controller_count the maximum number of controllers that
144 U8 max_controller_count
H A Dscic_sds_library.h92 U32 max_controller_count; member in struct:SCIC_SDS_LIBRARY
H A Dscic_sds_library.c80 U8 max_controller_count
84 + scic_sds_controller_get_object_size() * max_controller_count;
91 U8 max_controller_count
99 this_library->max_controller_count = max_controller_count;
106 max_controller_count,
277 for (index = 0; index < library->max_controller_count; index++)
H A Dsci_base_library.h182 for (controller_index = 0; controller_index < max_controller_count; controller_index++) \

Completed in 110 milliseconds