Searched refs:fw_library (Results 1 – 2 of 2) sorted by relevance
104 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T *) library_memory; in scif_library_construct() local107 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()[all …]
87 SCIF_SAS_LIBRARY_T * fw_library = (SCIF_SAS_LIBRARY_T*) library; in scif_controller_construct() local105 sci_base_object_get_logger(fw_library), in scif_controller_construct()117 fw_library->core_object, fw_controller->core_object, fw_controller in scif_controller_construct()