Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_library.c89 U8 max_controller_count in scif_library_get_object_size() argument
92 return ( SCIF_LIBRARY_SIZE(max_controller_count) + in scif_library_get_object_size()
93 scic_library_get_object_size(max_controller_count) ); in scif_library_get_object_size()
100 U8 max_controller_count in scif_library_construct() argument
107 memset(fw_library, 0, scif_library_get_object_size(max_controller_count)); in scif_library_construct()
112 max_controller_count, in scif_library_construct()
124 SCIF_LIBRARY_SIZE(max_controller_count), in scif_library_construct()
125 max_controller_count in scif_library_construct()
H A Dscic_sds_library.c80 U8 max_controller_count in scic_library_get_object_size() argument
84 + scic_sds_controller_get_object_size() * max_controller_count; in scic_library_get_object_size()
91 U8 max_controller_count in scic_library_construct() argument
99 this_library->max_controller_count = max_controller_count; in scic_library_construct()
106 max_controller_count, in scic_library_construct()
277 for (index = 0; index < library->max_controller_count; index++) in scic_sds_library_get_controller_index()
H A Dscif_library.h89 U8 max_controller_count
104 U8 max_controller_count
H A Dscic_library.h115 U8 max_controller_count
144 U8 max_controller_count
H A Dscic_sds_library.h92 U32 max_controller_count; member
H A Dsci_base_library.h182 for (controller_index = 0; controller_index < max_controller_count; controller_index++) \