Home
last modified time | relevance | path

Searched refs:this_library (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscic_sds_library.c95 SCIC_SDS_LIBRARY_T *this_library; in scic_library_construct() local
97 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() local
120 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 …]
H A Dsci_base_library.h113 SCI_BASE_LIBRARY_T * this_library,