Lines Matching defs:this_library

95    SCIC_SDS_LIBRARY_T *this_library;
97 this_library = (SCIC_SDS_LIBRARY_T *)library_memory;
99 this_library->max_controller_count = max_controller_count;
101 this_library->controllers =
104 SCI_BASE_LIBRARY_CONSTRUCT(this_library,
105 &this_library->parent,
109 return this_library;
119 SCIC_SDS_LIBRARY_T *this_library;
120 this_library = (SCIC_SDS_LIBRARY_T *)library;
122 this_library->pci_device = pci_header->device_id;
125 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A0;
127 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2;
129 this_library->pci_revision = SCIC_SDS_PCI_REVISION_B0;
136 this_library->pci_revision = SCIC_SDS_PCI_REVISION_A2;
138 this_library->pci_revision = pci_header->revision;
150 SCIC_SDS_LIBRARY_T *this_library;
152 this_library = (SCIC_SDS_LIBRARY_T *)library;
155 ( (this_library->pci_device >= 0x1D60)
156 && (this_library->pci_device <= 0x1D62)
158 || ( (this_library->pci_device >= 0x1D64)
159 && (this_library->pci_device <= 0x1D65)
161 || ( (this_library->pci_device >= 0x1D68)
162 && (this_library->pci_device <= 0x1D6F)
167 this_library, new_controller, &status);
183 SCIC_SDS_LIBRARY_T *this_library;
184 this_library = (SCIC_SDS_LIBRARY_T *)library;
187 this_library, controller, struct SCIC_SDS_CONTROLLER, &status);
198 SCIC_SDS_LIBRARY_T *this_library;
201 this_library = (SCIC_SDS_LIBRARY_T *)library;
202 device_id = this_library->pci_device;
212 (this_library->pci_revision == SCU_PBG_HBA_REV_B0)
213 || (this_library->pci_revision == SCU_PBG_HBA_REV_C0)
214 || (this_library->pci_revision == SCU_PBG_HBA_REV_C1)