Searched defs:isci_softc (Results 1 – 1 of 1) sorted by relevance
237 struct isci_softc { struct239 struct ISCI_PCI_BAR pci_bar[ISCI_NUM_PCI_BARS];240 struct ISCI_CONTROLLER controllers[SCI_MAX_CONTROLLERS];241 SCI_LIBRARY_HANDLE_T sci_library_handle;242 void * sci_library_memory;243 SCIC_CONTROLLER_HANDLER_METHODS_T handlers[4];244 struct ISCI_INTERRUPT_INFO interrupt_info[4];245 uint32_t controller_count;246 uint32_t num_interrupts;247 uint32_t coalesce_number;[all …]