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

/freebsd-12-stable/sys/dev/isci/scil/
H A Dscif_library.h83 * @param[in] max_controller_count the maximum number of controllers that
91 U8 max_controller_count
99 * @param[in] max_controller_count the maximum number of controllers that
106 U8 max_controller_count
H A Dscif_sas_library.c91 U8 max_controller_count
94 return ( SCIF_LIBRARY_SIZE(max_controller_count) +
95 scic_library_get_object_size(max_controller_count) );
102 U8 max_controller_count
109 memset(fw_library, 0, scif_library_get_object_size(max_controller_count));
114 max_controller_count,
126 SCIF_LIBRARY_SIZE(max_controller_count),
127 max_controller_count
H A Dscic_library.h109 * @param[in] max_controller_count the maximum number of controllers that
117 U8 max_controller_count
139 * @param[in] max_controller_count the maximum number of controllers that
146 U8 max_controller_count
H A Dscic_sds_library.h94 U32 max_controller_count; member in struct:SCIC_SDS_LIBRARY
H A Dscic_sds_library.c82 U8 max_controller_count
86 + scic_sds_controller_get_object_size() * max_controller_count;
93 U8 max_controller_count
101 this_library->max_controller_count = max_controller_count;
108 max_controller_count,
279 for (index = 0; index < library->max_controller_count; index++)
H A Dsci_base_library.h184 for (controller_index = 0; controller_index < max_controller_count; controller_index++) \

Completed in 68 milliseconds