Lines Matching defs:ISCI_CONTROLLER
159 struct ISCI_CONTROLLER struct
161 struct isci_softc *isci;
162 uint8_t index;
163 SCI_CONTROLLER_HANDLE_T scif_controller_handle;
164 struct ISCI_DOMAIN domain[SCI_MAX_DOMAINS];
165 BOOL is_started;
166 BOOL has_been_scanned;
167 uint32_t initial_discovery_mask;
168 BOOL is_frozen;
169 BOOL release_queued_ccbs;
170 BOOL fail_on_task_timeout;
171 uint8_t *remote_device_memory;
172 struct ISCI_MEMORY cached_controller_memory;
173 struct ISCI_MEMORY uncached_controller_memory;
174 struct ISCI_MEMORY request_memory;
175 bus_dma_tag_t buffer_dma_tag;
176 struct mtx lock;
177 struct cam_sim *sim;
178 struct cam_path *path;
179 struct ISCI_REMOTE_DEVICE *remote_device[SCI_MAX_REMOTE_DEVICES];
180 void *timer_memory;
181 SCIC_OEM_PARAMETERS_T oem_parameters;
182 uint32_t oem_parameters_version;
183 uint32_t queue_depth;
184 uint32_t sim_queue_depth;
185 SCI_FAST_LIST_T pending_device_reset_list;
186 struct ISCI_PHY phys[SCI_MAX_PHYS];
188 SCI_MEMORY_DESCRIPTOR_LIST_HANDLE_T mdl;