Searched refs:this_library (Results 1 – 2 of 2) sorted by relevance
95 SCIC_SDS_LIBRARY_T *this_library; in scic_library_construct() local97 this_library = (SCIC_SDS_LIBRARY_T *)library_memory; in scic_library_construct()99 this_library->max_controller_count = max_controller_count; in scic_library_construct()101 this_library->controllers = in scic_library_construct()104 SCI_BASE_LIBRARY_CONSTRUCT(this_library, in scic_library_construct()105 &this_library->parent, in scic_library_construct()109 return this_library; in scic_library_construct()119 SCIC_SDS_LIBRARY_T *this_library; in scic_library_set_pci_info() local120 this_library = (SCIC_SDS_LIBRARY_T *)library; in scic_library_set_pci_info()122 this_library->pci_device = pci_header->device_id; in scic_library_set_pci_info()[all …]
113 SCI_BASE_LIBRARY_T * this_library,