Lines Matching refs:fw_library

104    SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library_memory;  in scif_library_construct()  local
107 memset(fw_library, 0, scif_library_get_object_size(max_controller_count)); in scif_library_construct()
110 SCI_BASE_LIBRARY_CONSTRUCT(fw_library, in scif_library_construct()
111 &fw_library->parent, in scif_library_construct()
118 fw_library->controllers = (SCIF_SAS_CONTROLLER_T*) in scif_library_construct()
122 fw_library->core_object = scic_library_construct( in scif_library_construct()
129 if (fw_library->core_object != SCI_INVALID_HANDLE) in scif_library_construct()
133 (SCI_OBJECT_HANDLE_T) fw_library->core_object, in scif_library_construct()
134 (void *) fw_library in scif_library_construct()
137 return fw_library; in scif_library_construct()
155 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library; in scif_library_allocate_controller() local
158 SCI_BASE_LIBRARY_ALLOCATE_CONTROLLER(fw_library, new_controller, &status); in scif_library_allocate_controller()
171 fw_library->core_object, &(fw_controller->core_object) in scif_library_allocate_controller()
183 sci_base_object_get_logger(fw_library), in scif_library_allocate_controller()
186 fw_library, status in scif_library_allocate_controller()
208 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) library; in scif_library_free_controller() local
212 fw_library->core_object, fw_controller->core_object in scif_library_free_controller()
230 sci_base_object_get_logger(fw_library), in scif_library_free_controller()
233 fw_library, fw_controller, status in scif_library_free_controller()
249 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) scif_library; in scif_library_get_scic_handle() local
251 return fw_library->core_object; in scif_library_get_scic_handle()